MyraMath
Classes | Functions
frobenius.h File Reference

Returns frobenius norm of a SparseMatrix. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for frobenius.h:

Go to the source code of this file.

Classes

class  myra::CSparseMatrixRange< Number >
 Represents a const SparseMatrixRange. More...
 

Functions

NumberS myra::frobenius (const CSparseMatrixRange< NumberS > &A)
 Returns the frobenius norm of a SparseMatrix A.
 
NumberD myra::frobenius (const CSparseMatrixRange< NumberD > &A)
 
NumberS myra::frobenius (const CSparseMatrixRange< NumberC > &A)
 
NumberD myra::frobenius (const CSparseMatrixRange< NumberZ > &A)
 

Detailed Description

Returns frobenius norm of a SparseMatrix.