ACCELERATOR PHYSICS GROUP

template class LUMatrix<class>

(Return to index)

Triangle decomposition of a matrix.

A templated representation of a LU-decomposition. Constructed from a Matrix<T>, this class remembers the triangular decomposition and can return the back-substitution or the inverse. When LUMatrix 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: ./Algebra/LUMatrix.hh

Synopsis (including inherited members):

Documentation:


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