In file DMatrix.cpp:

DIVAMatrixExport void CDMatrix::TriL( CDMatrix &matrix, const int K ) const

Extract lower triangular part of matrix.

Documentation

Extracts the elements on and below the K-th diagonal. K = 0 is the main diagonal, K > 0 is above the main diagonal and K < 0 is below the main diagonal.

Returns:
Nothing.
Author:
Lars Pedersen
Version:
6-12-2000


Back DIVA Reference Manual The DIVA-Site