G+Smo
24.08.0
Geometry + Simulation Modules
|
Wraps pointers as matrix objects. More...
Go to the source code of this file.
Classes | |
class | gsAsConstMatrix< T, _Rows, _Cols > |
Creates a mapped object or data pointer to a const matrix without copying data. More... | |
class | gsAsConstVector< T, _Rows > |
Creates a mapped object or data pointer to a const vector without copying data. More... | |
class | gsAsMatrix< T, _Rows, _Cols > |
Creates a mapped object or data pointer to a matrix without copying data. More... | |
class | gsAsVector< T, _Rows > |
Creates a mapped object or data pointer to a vector without copying data. More... | |
Namespaces | |
gismo | |
The G+Smo namespace, containing all definitions for the library. | |
Functions | |
template<class T , class iterator > | |
gsMatrix< T > | makeMatrix (iterator it, index_t n, index_t m) |
Utility to make a matrix out of an iterator to values. | |
Wraps pointers as matrix objects.
This file is part of the G+Smo library.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Author(s): A. Mantzaflaris