svMultiPhysics
Loading...
Searching...
No Matches
liner_solver
ge.h
1
// SPDX-FileCopyrightText: Copyright (c) Stanford University, The Regents of the University of California, and others.
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#include "fils_struct.hpp"
5
6
namespace
ge {
7
8
bool
ge(
const
int
nV,
const
int
N,
const
Array<double>& A,
Vector<double>
& B);
9
10
};
Vector
The Vector template class is used for storing int and double data.
Definition
Vector.h:23
Generated by
1.9.8