MyraMath
|
Routines to find the extremal values of a SparseMatrix. More...
#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
#include <myramath/dense/minmax.h>
Go to the source code of this file.
Classes | |
class | myra::CSparseMatrixRange< Number > |
Represents a const SparseMatrixRange. More... | |
Functions | |
MatrixExtrema< NumberS > | myra::min (const CSparseMatrixRange< NumberS > &A) |
Finds minimum over a SparseMatrix. | |
MatrixExtrema< NumberD > | myra::min (const CSparseMatrixRange< NumberD > &A) |
MatrixExtrema< NumberC > | myra::min (const CSparseMatrixRange< NumberC > &A) |
MatrixExtrema< NumberZ > | myra::min (const CSparseMatrixRange< NumberZ > &A) |
MatrixExtrema< NumberS > | myra::max (const CSparseMatrixRange< NumberS > &A) |
Finds maximum over a SparseMatrix. | |
MatrixExtrema< NumberD > | myra::max (const CSparseMatrixRange< NumberD > &A) |
MatrixExtrema< NumberC > | myra::max (const CSparseMatrixRange< NumberC > &A) |
MatrixExtrema< NumberZ > | myra::max (const CSparseMatrixRange< NumberZ > &A) |
Routines to find the extremal values of a SparseMatrix.