4 instantiations of CpuAlignedMatrixRow
Microsoft.ML.TimeSeries (4)
6 references to CpuAlignedMatrixRow
Microsoft.ML.TimeSeries (6)
AdaptiveSingularSpectrumSequenceModeler.cs (6)
164private CpuAlignedMatrixRow _wTrans;
1139CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(_wTrans, _x, _y);
1142CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth);
1347CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth);
1392CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(_wTrans, _x, _y);
1393CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth);