ACCELERATOR PHYSICS GROUP

template class FLUMatrix<class,int>

(Return to index)

A templated representation of a LU-decomposition.

Constructed from a FMatrix<T,N,N>, this class remembers the triangular decomposition and can return the back-substitution or the inverse. When FLUMatrix is used on a complex matrix, then the statement

include std::abs;
is required in the calling file, so as to inject the abs() function to the global namespace.

Type: Instantiable
Include file: ./FixedAlgebra/FLUMatrix.hh

Synopsis (including inherited members):

Documentation:


Documentation generated by fci on Mon Feb 7 11:41:38 2000