19 #ifndef KALDI_MATRIX_MATRIX_COMMON_H_ 20 #define KALDI_MATRIX_MATRIX_COMMON_H_ 57 template<
typename Real>
class Vector;
61 template<
typename Real>
class Matrix;
111 #endif // KALDI_MATRIX_MATRIX_COMMON_H_
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
This class provides a way for switching between double and float types.
Packed symetric matrix class.
This class is a wrapper that enables you to store a matrix in one of three forms: either as a Matrix<...
Base class which provides matrix operations not involving resizing or allocation. ...
A class for storing matrices.
This class represents a matrix that's stored on the GPU if we have one, and in memory if not...
uint32 UnsignedMatrixIndexT
Packed matrix: base class for triangular and symmetric matrices.
Packed symetric matrix class.
This class is used for a piece of a CuMatrix.
Matrix for CUDA computing.
A class representing a vector.
Matrix for CUDA computing.
Provides a vector abstraction class.
Sub-matrix representation.
Represents a non-allocating general vector which can be defined as a sub-vector of higher-level vecto...
Vector for CUDA computing.