Go to the source code of this file.
Functions | |
_dgematrix | operator+ (const dgbmatrix &matA, const dsymatrix &matB) |
_dgematrix | operator- (const dgbmatrix &matA, const dsymatrix &matB) |
_dgematrix | operator* (const dgbmatrix &matA, const dsymatrix &matB) |
_dgematrix operator* | ( | const dgbmatrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
dgbmatrix*dsymatrix operator
Definition at line 67 of file dgbmatrix-dsymatrix.hpp.
References CPPL::_(), i, dgematrix::m, CPPL::max(), CPPL::min(), dgematrix::n, and dgematrix::zero().
_dgematrix operator+ | ( | const dgbmatrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
dgbmatrix+dsymatrix operator
Definition at line 3 of file dgbmatrix-dsymatrix.hpp.
References CPPL::_(), i, CPPL::max(), and CPPL::min().
_dgematrix operator- | ( | const dgbmatrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
dgbmatrix-dsymatrix operator
Definition at line 35 of file dgbmatrix-dsymatrix.hpp.
References CPPL::_(), i, CPPL::max(), and CPPL::min().