20 #ifndef KALDI_TRANSFORM_TRANSFORM_COMMON_H_    21 #define KALDI_TRANSFORM_TRANSFORM_COMMON_H_    41   std::vector< SpMatrix<double> > 
G_;
    50   void Write(std::ostream &out, 
bool binary) 
const;
    51   void Read(std::istream &in, 
bool binary, 
bool add);
    73 #endif  // KALDI_TRANSFORM_TRANSFORM_COMMON_H_ This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
 
Base class which provides matrix operations not involving resizing or allocation. ...
 
bool ComposeTransforms(const Matrix< BaseFloat > &a, const Matrix< BaseFloat > &b, bool b_is_affine, Matrix< BaseFloat > *c)
 
Provides a vector abstraction class. 
 
void ApplyAffineTransform(const MatrixBase< BaseFloat > &xform, VectorBase< BaseFloat > *vec)
Applies the affine transform 'xform' to the vector 'vec' and overwrites the contents of 'vec'...