SHOGUN
4.2.0
|
Generic class square which provides a static compute method. This class is specialized for different types of matrices and backend, providing a mean to deal with various matrices directly without having to convert.
Definition at line 64 of file ElementwiseSquare.h.
Static Public Member Functions | |
static Matrix | compute (Matrix m) |
static Matrix | compute (Block< Matrix > b) |
|
static |
Method that computes the square of co-efficients of a dense matrix
m | the matrix whose squared co-efficients matrix has to be computed |
|
static |
Method that computes the square of co-efficients of a dense matrix-block
b | the matrix-block whose squared co-efficients matrix has to be computed |