<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
template<TLAPACK_SMATRIX matrix_t, TLAPACK_VECTOR vector_t> | |
void | tlapack::inv_house3 (const matrix_t &A, vector_t &v, type_t< vector_t > &tau) |
Inv_house calculates a reflector to reduce the first column in a 2x3 matrix A from the right to zero. | |