svMultiPhysics
Loading...
Searching...
No Matches
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
6namespace ge {
7
8bool ge(const int nV, const int N, const Array<double>& A, Vector<double>& B);
9
10};
The Vector template class is used for storing int and double data.
Definition Vector.h:23