From 93b96745bf6acef58aede4bfa0291a20a0696013 Mon Sep 17 00:00:00 2001 From: cornet Date: Thu, 23 Apr 2009 07:19:36 +0000 Subject: rename directories with _ remove dependency on fortran runtime add run_tests project --- .../testDoubleMatrixConcatenation.vcproj | 193 ------------------- .../testFloatMatrixConcatenation.vcproj | 193 ------------------- .../testDoubleMatrixConcatenation.vcproj | 213 +++++++++++++++++++++ .../testFloatMatrixConcatenation.vcproj | 213 +++++++++++++++++++++ .../chol/testDoubleChol/testDoubleChol.vcproj | 189 ------------------ .../chol/testFloatChol/testFloatChol.vcproj | 189 ------------------ .../chol/test_DoubleChol/testDoubleChol.vcproj | 191 ++++++++++++++++++ .../chol/test_FloatChol/testFloatChol.vcproj | 191 ++++++++++++++++++ .../testDoubleDeterm/testDoubleDeterm.vcproj | 189 ------------------ .../determ/testDoubleDist/testDoubleDist.vcproj | 189 ------------------ .../test_DoubleDeterm/testDoubleDeterm.vcproj | 191 ++++++++++++++++++ .../determ/test_DoubleDist/testDoubleDist.vcproj | 191 ++++++++++++++++++ .../determ/test_FloatDeterm/testFloatDeterm.vcproj | 191 ++++++++++++++++++ .../dist/testFloatDist/testFloatDist.vcproj | 189 ------------------ .../dist/test_FloatDist/testFloatDist.vcproj | 191 ++++++++++++++++++ .../testMatrixLDivision/testMatrixLDivision.vcproj | 189 ------------------ .../testMatrixRDivision/testMatrixRDivision.vcproj | 189 ------------------ .../testMatrixLDivision.vcproj | 189 ++++++++++++++++++ .../testMatrixRDivision.vcproj | 191 ++++++++++++++++++ .../testMatrixExponential.vcproj | 189 ------------------ .../testMatrixExponential.vcproj | 189 ++++++++++++++++++ .../eye/testMatrixEye/testMatrixEye.vcproj | 189 ------------------ .../eye/test_MatrixEye/testMatrixEye.vcproj | 189 ++++++++++++++++++ .../fill/testDoubleFill/testDoubleFill.vcproj | 189 ------------------ .../fill/testFloatFill/testFloatFill.vcproj | 189 ------------------ .../fill/test_DoubleFill/testDoubleFill.vcproj | 189 ++++++++++++++++++ .../fill/test_FloatFill/testFloatFill.vcproj | 189 ++++++++++++++++++ .../hilbert/testHilbert/testHilbert.vcproj | 189 ------------------ .../hilbert/test_Hilbert/testHilbert.vcproj | 189 ++++++++++++++++++ .../testMatrixInfiniteNorm.vcproj | 189 ------------------ .../testMatrixInfiniteNorm.vcproj | 189 ++++++++++++++++++ .../testMatrixInversion/testMatrixInversion.vcproj | 189 ------------------ .../testMatrixInversion.vcproj | 189 ++++++++++++++++++ src/matrixOperations/jmat/testJmat/testJmat.vcproj | 189 ------------------ .../jmat/test_Jmat/testJmat.vcproj | 189 ++++++++++++++++++ .../logm/testDoubleLogm/testDoubleLogm.vcproj | 189 ------------------ .../logm/testFloatLogm/testFloatLogm.vcproj | 189 ------------------ .../logm/test_DoubleLogm/testDoubleLogm.vcproj | 189 ++++++++++++++++++ .../logm/test_FloatLogm/testFloatLogm.vcproj | 189 ++++++++++++++++++ .../testDoubleMagnitude/testDoubleMagnitude.vcproj | 189 ------------------ .../testFloatMagnitude/testFloatMagnitude.vcproj | 189 ------------------ .../testDoubleMagnitude.vcproj | 189 ++++++++++++++++++ .../test_FloatMagnitude/testFloatMagnitude.vcproj | 189 ++++++++++++++++++ .../testDoubleMatrixMultiplication.vcproj | 189 ------------------ .../testFloatMatrixMultiplication.vcproj | 189 ------------------ .../testDoubleMatrixMultiplication.vcproj | 189 ++++++++++++++++++ .../testFloatMatrixMultiplication.vcproj | 189 ++++++++++++++++++ .../ones/testMatrixOnes/testMatrixOnes.vcproj | 189 ------------------ .../ones/test_MatrixOnes/testMatrixOnes.vcproj | 189 ++++++++++++++++++ .../powm/testDoublePowm/testDoublePowm.vcproj | 189 ------------------ .../powm/testFloatPowm/testFloatPowm.vcproj | 189 ------------------ .../powm/test_DoublePowm/testDoublePowm.vcproj | 189 ++++++++++++++++++ .../powm/test_FloatPowm/testFloatPowm.vcproj | 189 ++++++++++++++++++ .../spec/testDoubleSpec/testDoubleSpec.vcproj | 189 ------------------ .../spec/testFloatSpec/testFloatSpec.vcproj | 189 ------------------ .../spec/test_DoubleSpec/testDoubleSpec.vcproj | 189 ++++++++++++++++++ .../spec/test_FloatSpec/testFloatSpec.vcproj | 189 ++++++++++++++++++ .../spec2/testDoubleSpec2/testDoubleSpec2.vcproj | 189 ------------------ .../spec2/testFloatSpec2/testFloatSpec2.vcproj | 189 ------------------ .../spec2/test_DoubleSpec2/testDoubleSpec2.vcproj | 189 ++++++++++++++++++ .../spec2/test_FloatSpec2/testFloatSpec2.vcproj | 189 ++++++++++++++++++ .../testDoubleSquaredMagnitude.vcproj | 189 ------------------ .../testFloatSquaredMagnitude.vcproj | 189 ------------------ .../testDoubleSquaredMagnitude.vcproj | 189 ++++++++++++++++++ .../testFloatSquaredMagnitude.vcproj | 189 ++++++++++++++++++ .../trace/testMatrixTrace/testMatrixTrace.vcproj | 189 ------------------ .../trace/test_MatrixTrace/testMatrixTrace.vcproj | 191 ++++++++++++++++++ .../testMatrixTranspose/testMatrixTranspose.vcproj | 189 ------------------ .../testMatrixTranspose.vcproj | 191 ++++++++++++++++++ .../zeros/testMatrixZeros/testMatrixZeros.vcproj | 189 ------------------ .../zeros/test_MatrixZeros/testMatrixZeros.vcproj | 191 ++++++++++++++++++ 71 files changed, 6872 insertions(+), 6623 deletions(-) delete mode 100644 src/matrixOperations/cat/testDoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj delete mode 100644 src/matrixOperations/cat/testFloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj create mode 100644 src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj create mode 100644 src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj delete mode 100644 src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj delete mode 100644 src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj create mode 100644 src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj create mode 100644 src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj delete mode 100644 src/matrixOperations/determ/testDoubleDeterm/testDoubleDeterm.vcproj delete mode 100644 src/matrixOperations/determ/testDoubleDist/testDoubleDist.vcproj create mode 100644 src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj create mode 100644 src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj create mode 100644 src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj delete mode 100644 src/matrixOperations/dist/testFloatDist/testFloatDist.vcproj create mode 100644 src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj delete mode 100644 src/matrixOperations/division/testMatrixLDivision/testMatrixLDivision.vcproj delete mode 100644 src/matrixOperations/division/testMatrixRDivision/testMatrixRDivision.vcproj create mode 100644 src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj create mode 100644 src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj delete mode 100644 src/matrixOperations/expm/testMatrixExponential/testMatrixExponential.vcproj create mode 100644 src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj delete mode 100644 src/matrixOperations/eye/testMatrixEye/testMatrixEye.vcproj create mode 100644 src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj delete mode 100644 src/matrixOperations/fill/testDoubleFill/testDoubleFill.vcproj delete mode 100644 src/matrixOperations/fill/testFloatFill/testFloatFill.vcproj create mode 100644 src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj create mode 100644 src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj delete mode 100644 src/matrixOperations/hilbert/testHilbert/testHilbert.vcproj create mode 100644 src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj delete mode 100644 src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj create mode 100644 src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj delete mode 100644 src/matrixOperations/inversion/testMatrixInversion/testMatrixInversion.vcproj create mode 100644 src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj delete mode 100644 src/matrixOperations/jmat/testJmat/testJmat.vcproj create mode 100644 src/matrixOperations/jmat/test_Jmat/testJmat.vcproj delete mode 100644 src/matrixOperations/logm/testDoubleLogm/testDoubleLogm.vcproj delete mode 100644 src/matrixOperations/logm/testFloatLogm/testFloatLogm.vcproj create mode 100644 src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj create mode 100644 src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj delete mode 100644 src/matrixOperations/magnitude/testDoubleMagnitude/testDoubleMagnitude.vcproj delete mode 100644 src/matrixOperations/magnitude/testFloatMagnitude/testFloatMagnitude.vcproj create mode 100644 src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj create mode 100644 src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj delete mode 100644 src/matrixOperations/multiplication/testDoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj delete mode 100644 src/matrixOperations/multiplication/testFloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj create mode 100644 src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj create mode 100644 src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj delete mode 100644 src/matrixOperations/ones/testMatrixOnes/testMatrixOnes.vcproj create mode 100644 src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj delete mode 100644 src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj delete mode 100644 src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj create mode 100644 src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj create mode 100644 src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj delete mode 100644 src/matrixOperations/spec/testDoubleSpec/testDoubleSpec.vcproj delete mode 100644 src/matrixOperations/spec/testFloatSpec/testFloatSpec.vcproj create mode 100644 src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj create mode 100644 src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj delete mode 100644 src/matrixOperations/spec2/testDoubleSpec2/testDoubleSpec2.vcproj delete mode 100644 src/matrixOperations/spec2/testFloatSpec2/testFloatSpec2.vcproj create mode 100644 src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj create mode 100644 src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj delete mode 100644 src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj delete mode 100644 src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj create mode 100644 src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj create mode 100644 src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj delete mode 100644 src/matrixOperations/trace/testMatrixTrace/testMatrixTrace.vcproj create mode 100644 src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj delete mode 100644 src/matrixOperations/transpose/testMatrixTranspose/testMatrixTranspose.vcproj create mode 100644 src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj delete mode 100644 src/matrixOperations/zeros/testMatrixZeros/testMatrixZeros.vcproj create mode 100644 src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj (limited to 'src/matrixOperations') diff --git a/src/matrixOperations/cat/testDoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj b/src/matrixOperations/cat/testDoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj deleted file mode 100644 index d6f5536a..00000000 --- a/src/matrixOperations/cat/testDoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/cat/testFloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj b/src/matrixOperations/cat/testFloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj deleted file mode 100644 index bef936aa..00000000 --- a/src/matrixOperations/cat/testFloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj b/src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj new file mode 100644 index 00000000..77c71e7b --- /dev/null +++ b/src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj b/src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj new file mode 100644 index 00000000..525189a1 --- /dev/null +++ b/src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj b/src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj deleted file mode 100644 index b621c455..00000000 --- a/src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj b/src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj deleted file mode 100644 index 60a001ac..00000000 --- a/src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj b/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj new file mode 100644 index 00000000..53fd45dd --- /dev/null +++ b/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj b/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj new file mode 100644 index 00000000..5619631a --- /dev/null +++ b/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/determ/testDoubleDeterm/testDoubleDeterm.vcproj b/src/matrixOperations/determ/testDoubleDeterm/testDoubleDeterm.vcproj deleted file mode 100644 index 5d158bc0..00000000 --- a/src/matrixOperations/determ/testDoubleDeterm/testDoubleDeterm.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/determ/testDoubleDist/testDoubleDist.vcproj b/src/matrixOperations/determ/testDoubleDist/testDoubleDist.vcproj deleted file mode 100644 index 514b11bc..00000000 --- a/src/matrixOperations/determ/testDoubleDist/testDoubleDist.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj b/src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj new file mode 100644 index 00000000..66dc004a --- /dev/null +++ b/src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj b/src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj new file mode 100644 index 00000000..14720238 --- /dev/null +++ b/src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj b/src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj new file mode 100644 index 00000000..b47ff180 --- /dev/null +++ b/src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/dist/testFloatDist/testFloatDist.vcproj b/src/matrixOperations/dist/testFloatDist/testFloatDist.vcproj deleted file mode 100644 index c9b51e41..00000000 --- a/src/matrixOperations/dist/testFloatDist/testFloatDist.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj b/src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj new file mode 100644 index 00000000..7177d9ba --- /dev/null +++ b/src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/division/testMatrixLDivision/testMatrixLDivision.vcproj b/src/matrixOperations/division/testMatrixLDivision/testMatrixLDivision.vcproj deleted file mode 100644 index dd436967..00000000 --- a/src/matrixOperations/division/testMatrixLDivision/testMatrixLDivision.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/division/testMatrixRDivision/testMatrixRDivision.vcproj b/src/matrixOperations/division/testMatrixRDivision/testMatrixRDivision.vcproj deleted file mode 100644 index 93bd087c..00000000 --- a/src/matrixOperations/division/testMatrixRDivision/testMatrixRDivision.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj b/src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj new file mode 100644 index 00000000..dd436967 --- /dev/null +++ b/src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj b/src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj new file mode 100644 index 00000000..355bfb09 --- /dev/null +++ b/src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/expm/testMatrixExponential/testMatrixExponential.vcproj b/src/matrixOperations/expm/testMatrixExponential/testMatrixExponential.vcproj deleted file mode 100644 index 328b7a1a..00000000 --- a/src/matrixOperations/expm/testMatrixExponential/testMatrixExponential.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj b/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj new file mode 100644 index 00000000..328b7a1a --- /dev/null +++ b/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/eye/testMatrixEye/testMatrixEye.vcproj b/src/matrixOperations/eye/testMatrixEye/testMatrixEye.vcproj deleted file mode 100644 index 8134f999..00000000 --- a/src/matrixOperations/eye/testMatrixEye/testMatrixEye.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj b/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj new file mode 100644 index 00000000..8134f999 --- /dev/null +++ b/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/fill/testDoubleFill/testDoubleFill.vcproj b/src/matrixOperations/fill/testDoubleFill/testDoubleFill.vcproj deleted file mode 100644 index 3666dc73..00000000 --- a/src/matrixOperations/fill/testDoubleFill/testDoubleFill.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/fill/testFloatFill/testFloatFill.vcproj b/src/matrixOperations/fill/testFloatFill/testFloatFill.vcproj deleted file mode 100644 index abcf480d..00000000 --- a/src/matrixOperations/fill/testFloatFill/testFloatFill.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj b/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj new file mode 100644 index 00000000..3666dc73 --- /dev/null +++ b/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj b/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj new file mode 100644 index 00000000..abcf480d --- /dev/null +++ b/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/hilbert/testHilbert/testHilbert.vcproj b/src/matrixOperations/hilbert/testHilbert/testHilbert.vcproj deleted file mode 100644 index 9632a505..00000000 --- a/src/matrixOperations/hilbert/testHilbert/testHilbert.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj b/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj new file mode 100644 index 00000000..9632a505 --- /dev/null +++ b/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj b/src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj deleted file mode 100644 index 0fccb46b..00000000 --- a/src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj b/src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj new file mode 100644 index 00000000..0fccb46b --- /dev/null +++ b/src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/inversion/testMatrixInversion/testMatrixInversion.vcproj b/src/matrixOperations/inversion/testMatrixInversion/testMatrixInversion.vcproj deleted file mode 100644 index 19045399..00000000 --- a/src/matrixOperations/inversion/testMatrixInversion/testMatrixInversion.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj b/src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj new file mode 100644 index 00000000..19045399 --- /dev/null +++ b/src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/jmat/testJmat/testJmat.vcproj b/src/matrixOperations/jmat/testJmat/testJmat.vcproj deleted file mode 100644 index b2560581..00000000 --- a/src/matrixOperations/jmat/testJmat/testJmat.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj b/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj new file mode 100644 index 00000000..b2560581 --- /dev/null +++ b/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/logm/testDoubleLogm/testDoubleLogm.vcproj b/src/matrixOperations/logm/testDoubleLogm/testDoubleLogm.vcproj deleted file mode 100644 index dee7fe08..00000000 --- a/src/matrixOperations/logm/testDoubleLogm/testDoubleLogm.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/logm/testFloatLogm/testFloatLogm.vcproj b/src/matrixOperations/logm/testFloatLogm/testFloatLogm.vcproj deleted file mode 100644 index 6dd01280..00000000 --- a/src/matrixOperations/logm/testFloatLogm/testFloatLogm.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj b/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj new file mode 100644 index 00000000..dee7fe08 --- /dev/null +++ b/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj b/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj new file mode 100644 index 00000000..6dd01280 --- /dev/null +++ b/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/magnitude/testDoubleMagnitude/testDoubleMagnitude.vcproj b/src/matrixOperations/magnitude/testDoubleMagnitude/testDoubleMagnitude.vcproj deleted file mode 100644 index 113d1101..00000000 --- a/src/matrixOperations/magnitude/testDoubleMagnitude/testDoubleMagnitude.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/magnitude/testFloatMagnitude/testFloatMagnitude.vcproj b/src/matrixOperations/magnitude/testFloatMagnitude/testFloatMagnitude.vcproj deleted file mode 100644 index 42b5b7b6..00000000 --- a/src/matrixOperations/magnitude/testFloatMagnitude/testFloatMagnitude.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj b/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj new file mode 100644 index 00000000..113d1101 --- /dev/null +++ b/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj b/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj new file mode 100644 index 00000000..42b5b7b6 --- /dev/null +++ b/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/multiplication/testDoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj b/src/matrixOperations/multiplication/testDoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj deleted file mode 100644 index 6202faea..00000000 --- a/src/matrixOperations/multiplication/testDoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/multiplication/testFloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj b/src/matrixOperations/multiplication/testFloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj deleted file mode 100644 index a59c0fb0..00000000 --- a/src/matrixOperations/multiplication/testFloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj b/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj new file mode 100644 index 00000000..6202faea --- /dev/null +++ b/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj b/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj new file mode 100644 index 00000000..a59c0fb0 --- /dev/null +++ b/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/ones/testMatrixOnes/testMatrixOnes.vcproj b/src/matrixOperations/ones/testMatrixOnes/testMatrixOnes.vcproj deleted file mode 100644 index 65980a18..00000000 --- a/src/matrixOperations/ones/testMatrixOnes/testMatrixOnes.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj b/src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj new file mode 100644 index 00000000..65980a18 --- /dev/null +++ b/src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj b/src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj deleted file mode 100644 index 100274fb..00000000 --- a/src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj b/src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj deleted file mode 100644 index 4da749d5..00000000 --- a/src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj b/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj new file mode 100644 index 00000000..100274fb --- /dev/null +++ b/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj b/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj new file mode 100644 index 00000000..4da749d5 --- /dev/null +++ b/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/spec/testDoubleSpec/testDoubleSpec.vcproj b/src/matrixOperations/spec/testDoubleSpec/testDoubleSpec.vcproj deleted file mode 100644 index 1f8ffcc0..00000000 --- a/src/matrixOperations/spec/testDoubleSpec/testDoubleSpec.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/spec/testFloatSpec/testFloatSpec.vcproj b/src/matrixOperations/spec/testFloatSpec/testFloatSpec.vcproj deleted file mode 100644 index bb1ad9df..00000000 --- a/src/matrixOperations/spec/testFloatSpec/testFloatSpec.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj b/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj new file mode 100644 index 00000000..1f8ffcc0 --- /dev/null +++ b/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj b/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj new file mode 100644 index 00000000..bb1ad9df --- /dev/null +++ b/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/spec2/testDoubleSpec2/testDoubleSpec2.vcproj b/src/matrixOperations/spec2/testDoubleSpec2/testDoubleSpec2.vcproj deleted file mode 100644 index 5fd61c59..00000000 --- a/src/matrixOperations/spec2/testDoubleSpec2/testDoubleSpec2.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/spec2/testFloatSpec2/testFloatSpec2.vcproj b/src/matrixOperations/spec2/testFloatSpec2/testFloatSpec2.vcproj deleted file mode 100644 index 8911ce92..00000000 --- a/src/matrixOperations/spec2/testFloatSpec2/testFloatSpec2.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj b/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj new file mode 100644 index 00000000..5fd61c59 --- /dev/null +++ b/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj b/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj new file mode 100644 index 00000000..8911ce92 --- /dev/null +++ b/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj b/src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj deleted file mode 100644 index 6354ec15..00000000 --- a/src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj b/src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj deleted file mode 100644 index 3736e4ed..00000000 --- a/src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj b/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj new file mode 100644 index 00000000..6354ec15 --- /dev/null +++ b/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj b/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj new file mode 100644 index 00000000..3736e4ed --- /dev/null +++ b/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/trace/testMatrixTrace/testMatrixTrace.vcproj b/src/matrixOperations/trace/testMatrixTrace/testMatrixTrace.vcproj deleted file mode 100644 index f16f65a5..00000000 --- a/src/matrixOperations/trace/testMatrixTrace/testMatrixTrace.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj b/src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj new file mode 100644 index 00000000..f5c62851 --- /dev/null +++ b/src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/transpose/testMatrixTranspose/testMatrixTranspose.vcproj b/src/matrixOperations/transpose/testMatrixTranspose/testMatrixTranspose.vcproj deleted file mode 100644 index 80ec45a0..00000000 --- a/src/matrixOperations/transpose/testMatrixTranspose/testMatrixTranspose.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj b/src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj new file mode 100644 index 00000000..bb045ac4 --- /dev/null +++ b/src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/zeros/testMatrixZeros/testMatrixZeros.vcproj b/src/matrixOperations/zeros/testMatrixZeros/testMatrixZeros.vcproj deleted file mode 100644 index 2e004b82..00000000 --- a/src/matrixOperations/zeros/testMatrixZeros/testMatrixZeros.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj b/src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj new file mode 100644 index 00000000..abcc01b3 --- /dev/null +++ b/src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit