2 implementations of ICpuFullMatrix
Microsoft.ML.CpuMath (2)
AlignedMatrix.cs (2)
503
internal sealed class CpuAlignedMatrixRow : CpuAlignedMatrixRowBase,
ICpuFullMatrix
565
internal sealed class CpuAlignedMatrixCol : CpuAlignedMatrixBase,
ICpuFullMatrix
6 references to ICpuFullMatrix
Microsoft.ML.CpuMath (6)
CpuAligenedMathUtils.cs (6)
11
where TMatrix : CpuAlignedMatrixBase,
ICpuFullMatrix
17
public static void AssertCompatible(
ICpuFullMatrix
values)
39
private static TMatrix A(
ICpuFullMatrix
x)
69
public static void AssertCompatible(
ICpuFullMatrix
mat, ICpuVector src, ICpuVector dst)
86
public static void MatTimesSrc(
ICpuFullMatrix
mat, ICpuVector src, ICpuVector dst)
101
public static void MatTranTimesSrc(
ICpuFullMatrix
mat, ICpuVector src, ICpuVector dst)