In file bla.hpp:

namespace ngbla

namespace for basic linear algebra

Documentation

namespace for basic linear algebra

extern void CalcEigenSystem(const FlatMatrix<double> & mat, FlatVector<double> & lami, FlatMatrix<double> & eigenvecs)
Computes eigenvalues and vectors of the symmetric matrix mat
extern void CalcSchurComplement(const FlatMatrix<double> a, FlatMatrix<double> s, const BitArray & used, LocalHeap & lh)
Computes the Schur Complement

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.