|
SHOGUN
4.1.0
|
Partial specialization of generic elementwise_square for the Eigen3 backend.
Definition at line 92 of file ElementwiseSquare.h.
Public Types | |
| typedef Matrix::Scalar | T |
| typedef SGMatrix< T > | ReturnType |
| typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | MatrixXt |
Static Public Member Functions | |
| static SGMatrix< T > | compute (SGMatrix< T > m) |
| static SGMatrix< T > | compute (Block< SGMatrix< T > > b) |
| static void | compute (SGMatrix< T > mat, SGMatrix< T > result) |
| static void | compute (Block< SGMatrix< T > > b, SGMatrix< T > result) |
| typedef Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic> MatrixXt |
Eigen3 matrix type
Definition at line 101 of file ElementwiseSquare.h.
| typedef SGMatrix<T> ReturnType |
The return type
Definition at line 98 of file ElementwiseSquare.h.
| typedef Matrix::Scalar T |
The scalar type
Definition at line 95 of file ElementwiseSquare.h.
Method that computes the square of co-efficients of a dense matrix
| m | the matrix whose squared co-efficients matrix has to be computed |
Definition at line 110 of file ElementwiseSquare.h.
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 |
Definition at line 124 of file ElementwiseSquare.h.
Method that computes the square of co-efficients of a dense matrix
| m | the matrix whose squared co-efficients matrix has to be computed |
| result | Pre-allocated matrix for the result of the computation |
Definition at line 137 of file ElementwiseSquare.h.
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 |
| result | Pre-allocated matrix for the result of the computation |
Definition at line 151 of file ElementwiseSquare.h.