메소드 |
설명 |
|
AtomicAddVectorMultiplyVectorTranspose ( DenseMatrix Z, DenseColumnVector x, DenseColumnVector y, float a ) : void |
|
|
AtomicAddVectorMultiplyVectorTranspose ( DenseMatrix Z, SparseColumnVector x, DenseColumnVector y, float a ) : void |
|
|
AtomicAddVectorMultiplyVectorTranspose ( SparseMatrix Z, SparseColumnVector x, DenseColumnVector y, float a ) : void |
|
|
CountValuesLessThanThreshold ( DenseColumnVector x, float Threshold ) : int |
|
|
CountValuesLessThanThreshold ( DenseRowVector NumSpecialElementPerCol, DenseMatrix X, float Threshold ) : void |
|
|
ElementwiseArrayProduct ( double X, double Y ) : double[] |
|
|
ElementwiseArrayProduct ( float X, float Y ) : float[] |
|
|
ElementwiseArrayProduct ( int X, int Y ) : int[] |
|
|
ElementwiseMatrixDivideMatrix ( DenseMatrix Z, DenseMatrix X, DenseMatrix Y ) : void |
|
|
ElementwiseMatrixDivideMatrix ( SparseMatrix Z, SparseMatrix X, SparseMatrix Y ) : void |
|
|
ElementwiseMatrixMultiplyMatrix ( DenseMatrix Z, DenseMatrix X, DenseMatrix Y ) : void |
|
|
ElementwiseMatrixMultiplyMatrix ( DenseMatrix Z, SparseMatrix X ) : void |
|
|
ElementwiseMatrixMultiplyMatrix ( SparseMatrix Z, SparseMatrix X ) : void |
|
|
ElementwiseMatrixMultiplyMatrix ( SparseMatrix Z, SparseMatrix X, DenseMatrix Y ) : void |
|
|
ElementwiseMatrixMultiplyMatrix ( SparseMatrix Z, SparseMatrix X, SparseMatrix Y ) : void |
|
|
ElementwiseSquare ( DenseMatrix Z ) : void |
|
|
ElementwiseSquare ( SparseMatrix Z ) : void |
|
|
ElementwiseSquareRoot ( DenseMatrix Z ) : void |
|
|
ElementwiseSquareRoot ( DenseRowVector z, DenseRowVector x ) : void |
|
|
ElementwiseVectorDivideVector ( DenseColumnVector z, DenseColumnVector x, DenseColumnVector y ) : void |
|
|
ElementwiseVectorDivideVector ( DenseRowVector z, DenseRowVector x, DenseRowVector y ) : void |
|
|
ElementwiseVectorDivideVector ( SparseColumnVector z, SparseColumnVector x, SparseColumnVector y ) : void |
|
|
ElementwiseVectorMultiplyVector ( DenseRowVector x, DenseRowVector y ) : DenseRowVector |
|
|
ElementwiseVectorMultiplyVector ( DenseColumnVector z, DenseColumnVector x ) : void |
|
|
ElementwiseVectorMultiplyVector ( DenseColumnVector z, DenseColumnVector x, DenseColumnVector y ) : void |
|
|
ElementwiseVectorMultiplyVector ( SparseColumnVector x, SparseColumnVector y ) : void |
|
|
Exp ( DenseColumnVector z ) : void |
|
|
Exp ( DenseMatrix Z ) : void |
|
|
Exp ( SparseMatrix Z ) : void |
|
|
HorizontalMeanMatrix ( SparseMatrix X ) : DenseColumnVector |
|
|
HorizontalSumMatrix ( DenseMatrix X ) : DenseColumnVector |
|
|
HorizontalSumMatrix ( SparseMatrix X ) : DenseColumnVector |
|
|
HorizontalSumMatrix ( DenseColumnVector z, DenseMatrix X ) : void |
|
|
HorizontalSumMatrix ( DenseColumnVector z, SparseMatrix X ) : void |
|
|
InnerProduct ( DenseColumnVector x, DenseColumnVector y ) : float |
|
|
InnerProduct ( SparseColumnVector x, SparseColumnVector y ) : float |
|
|
Log ( DenseColumnVector z ) : void |
|
|
Log ( DenseColumnVector z, DenseColumnVector x ) : void |
|
|
Log ( DenseMatrix Z ) : void |
|
|
Log ( DenseMatrix Z, DenseMatrix X ) : void |
|
|
Log ( SparseColumnVector z ) : void |
|
|
Log ( SparseMatrix Z ) : void |
|
|
Log ( SparseMatrix Z, SparseMatrix X ) : void |
|
|
MatrixAddMatrix ( DenseMatrix Z, DenseMatrix X ) : void |
|
|
MatrixAddMatrix ( DenseMatrix Z, DenseMatrix X, SparseMatrix Y ) : void |
|
|
MatrixAddMatrix ( DenseMatrix Z, SparseMatrix X ) : void |
|
|
MatrixAddMatrix ( SparseMatrix Z, DenseMatrix X ) : void |
|
|
MatrixAddMatrix ( SparseMatrix Z, SparseMatrix X ) : void |
|
|
MatrixMultiplyMatrix ( DenseMatrix Z, DenseMatrix X, DenseMatrix Y ) : void |
|
|
MatrixMultiplyMatrix ( SparseMatrix Z, DenseMatrix X, DenseMatrix Y ) : void |
|
|
MatrixMultiplyMatrixTranspose ( DenseMatrix Z, DenseMatrix X, DenseMatrix Y ) : void |
|
|
MatrixMultiplyMatrixTranspose ( DenseMatrix Z, SparseMatrix X, DenseMatrix Y ) : void |
|
|
MatrixMultiplyMatrixTranspose ( DenseMatrix Z, SparseMatrix X, DenseMatrix Y, bool IsCumSum ) : void |
|
|
MatrixMultiplyMatrixTranspose ( SparseMatrix Z, SparseMatrix X, DenseMatrix Y, bool IsCumSum ) : void |
|
|
MatrixMultiplyVector ( DenseColumnVector z, DenseMatrix X, DenseColumnVector y ) : void |
|
|
MatrixMultiplyVector ( SparseColumnVector z, DenseMatrix X, DenseColumnVector y ) : void |
|
|
MatrixSubtractMatrix ( DenseMatrix Z, DenseMatrix Y ) : void |
|
|
MatrixSubtractMatrix ( DenseMatrix Z, DenseMatrix X, DenseMatrix Y ) : void |
|
|
MatrixSubtractMatrix ( DenseMatrix Z, SparseMatrix Y ) : void |
|
|
MatrixSubtractMatrix ( SparseMatrix Z, SparseMatrix Y ) : void |
|
|
MatrixTransposeMultiplyMatrix ( DenseMatrix Z, DenseMatrix X, DenseMatrix Y ) : void |
|
|
MatrixTransposeMultiplyMatrix ( DenseMatrix Z, DenseMatrix X, SparseMatrix Y ) : void |
|
|
MatrixTransposeMultiplyVector ( DenseColumnVector z, DenseMatrix X, DenseColumnVector y ) : void |
|
|
MatrixTransposeMultiplyVector ( DenseColumnVector z, DenseMatrix X, SparseColumnVector y ) : void |
|
|
ResetMatrixSparsePattern ( DenseMatrix Z, DenseMatrix X ) : void |
|
|
ResetVectorSparsePattern ( DenseColumnVector z, DenseColumnVector x ) : void |
|
|
ScalarAddMatrix ( DenseMatrix Z, DenseMatrix X, float y ) : void |
|
|
ScalarAddMatrix ( DenseMatrix X, float y ) : void |
|
|
ScalarAddMatrix ( SparseMatrix Z, SparseMatrix X, float y ) : void |
|
|
ScalarAddVector ( DenseColumnVector z, DenseColumnVector x, float y ) : void |
|
|
ScalarAddVector ( DenseColumnVector z, float y ) : void |
|
|
ScalarAddVector ( DenseRowVector z, float y ) : void |
|
|
ScalarAddVector ( SparseColumnVector z, SparseColumnVector x, float y ) : void |
|
|
ScalarAddVector ( SparseColumnVector z, float y ) : void |
|
|
ScalarDivideMatrix ( DenseMatrix Z, float x, DenseMatrix Y ) : void |
|
|
ScalarDivideMatrix ( DenseMatrix Z, float x, DenseMatrix Y, bool IsCumSum ) : void |
|
|
ScalarMultiplyMatrix ( DenseMatrix X, float y ) : void |
|
|
ScalarMultiplyMatrix ( SparseMatrix Z, SparseMatrix X, float y ) : void |
|
|
ScalarMultiplyVector ( DenseColumnVector z, DenseColumnVector x, float y ) : void |
|
|
ScalarMultiplyVector ( DenseColumnVector z, float y ) : void |
|
|
ScalarMultiplyVector ( DenseRowVector z, DenseRowVector x, float y ) : void |
|
|
ScalarMultiplyVector ( DenseRowVector z, float y ) : void |
|
|
ScalarMultiplyVector ( SparseColumnVector z, SparseColumnVector x, float y ) : void |
|
|
ScalarMultiplyVector ( SparseColumnVector z, float y ) : void |
|
|
SetRowsToZeroGivenColVector ( DenseMatrix Z, DenseColumnVector x ) : void |
|
|
VectorAddVector ( DenseColumnVector z, DenseColumnVector x ) : void |
|
|
VectorAddVector ( DenseRowVector z, DenseRowVector x ) : void |
|
|
VectorSubtractVector ( DenseColumnVector z, DenseColumnVector x, DenseColumnVector y ) : void |
|
|
VectorSubtractVector ( DenseRowVector z, DenseRowVector x ) : void |
|
|
VerticalMaxMatrix ( DenseRowVector z, DenseMatrix X ) : void |
|
|
VerticalMaxMatrix ( DenseRowVector z, SparseMatrix X ) : void |
|
|
VerticalSumMatrix ( DenseMatrix X ) : DenseRowVector |
|
|
VerticalSumMatrix ( DenseRowVector z, DenseMatrix X ) : void |
|
|
VerticalSumMatrix ( DenseRowVector z, SparseMatrix X ) : void |
|
|
bsxfunMatrixRightDivideVector ( DenseMatrix X, DenseColumnVector y ) : void |
|
|
bsxfunMatrixRightDivideVector ( DenseMatrix X, DenseRowVector y ) : void |
|
|
bsxfunMatrixSubtractVector ( DenseMatrix Z, DenseMatrix X, DenseRowVector y ) : void |
|
|
bsxfunMatrixSubtractVector ( SparseMatrix Z, SparseMatrix X, DenseRowVector y ) : void |
|
|
bsxfunVectorDivideMatrix ( DenseMatrix Z, DenseColumnVector x ) : void |
|
|
bsxfunVectorDivideMatrix ( DenseMatrix Z, DenseColumnVector x, DenseMatrix Y ) : void |
|
|
bsxfunVectorMultiplyMatrix ( DenseMatrix X, DenseColumnVector y ) : void |
|
|
bsxfunVectorMultiplyMatrix ( DenseMatrix Z, DenseMatrix X, DenseRowVector y ) : void |
|
|
bsxfunVectorMultiplyMatrix ( DenseMatrix X, DenseRowVector y ) : void |
|
|
bsxfunVectorMultiplyMatrix ( SparseMatrix X, DenseRowVector y ) : void |
|
|
bsxfunVectorMultiplyMatrix ( SparseMatrix Z, SparseMatrix X, DenseRowVector y ) : void |
|
|