|
SHOGUN
4.0.0
|
Specialization of generic elementwise_square for the Eigen3 backend.
在文件 ElementwiseSquare.h 第 92 行定义.
Public 类型 | |
| typedef Matrix::Scalar | T |
| typedef SGMatrix< T > | ReturnType |
| typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | MatrixXt |
静态 Public 成员函数 | |
| 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 |
在文件 ElementwiseSquare.h 第 97 行定义.
| typedef SGMatrix<T> ReturnType |
在文件 ElementwiseSquare.h 第 95 行定义.
| typedef Matrix::Scalar T |
在文件 ElementwiseSquare.h 第 94 行定义.
Method that computes the square of co-efficients of a dense matrix
| m | the matrix whose squared co-efficients matrix has to be computed |
在文件 ElementwiseSquare.h 第 106 行定义.
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 |
在文件 ElementwiseSquare.h 第 120 行定义.
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 |
在文件 ElementwiseSquare.h 第 133 行定义.
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 |
在文件 ElementwiseSquare.h 第 147 行定义.