linbox
BlasMatrixDomainDet< Matrix > Class Template Reference

#include <blas-matrix-domain.h>

Public Member Functions

Matrix::Field::Element operator() (const Matrix &A) const
 
Matrix::Field::Element operator() (Matrix &A) const
 

Detailed Description

template<class Matrix>
class LinBox::BlasMatrixDomainDet< Matrix >

Class handling determinant computation of a Matrix.

only function: operator () are defined :

  • return the determinant of A
Warning
Beware, if A is not const this allows an inplace computation and so A will be modified

Member Function Documentation

◆ operator()() [1/2]

template<class Matrix>
Matrix::Field::Element operator() ( const Matrix & A) const

◆ operator()() [2/2]

template<class Matrix>
Matrix::Field::Element operator() ( Matrix & A) const

The documentation for this class was generated from the following files: