21 #ifndef KALDI_CUDAMATRIX_CU_TP_MATRIX_H_    22 #define KALDI_CUDAMATRIX_CU_TP_MATRIX_H_    36 template<
typename Real> 
class CuTpMatrix;
    38 template<
typename Real>
    39 class CuTpMatrix : 
public CuPackedMatrix<Real> {
 
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
 
void CopyFromTp(const CuTpMatrix< Real > &other)
 
void Cholesky(const CuSpMatrix< Real > &Orig)
 
CuTpMatrix(MatrixIndexT r, MatrixResizeType resize_type=kSetZero)
 
Packed symetric matrix class. 
 
This class is used for a piece of a CuMatrix. 
 
CuTpMatrix< Real > & operator=(const CuTpMatrix< Real > &in)
 
Matrix for CUDA computing. 
 
void CopyFromTp(const TpMatrix< Real > &other)
 
Matrix for CUDA computing. 
 
void CopyFromMat(const CuMatrixBase< Real > &M, MatrixTransposeType Trans=kNoTrans)
 
const TpMatrix< Real > & Mat() const
 
void CopyFromPacked(const CuPackedMatrix< Real > &src)
 
Vector for CUDA computing.