Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christoph Ruegg 26657680b4 LA: fix a critical bug in SparseMatrix.Add when adding a matrix to itself #341 11 years ago
..
Factorization fixed tests for complex evd 12 years ago
Solvers LA: rework constant and random vector/matrix building #253 12 years ago
DenseMatrixTests.cs LA: rework constant and random vector/matrix building #253 12 years ago
DenseVectorTests.cs LA: rework constant and random vector/matrix building #253 12 years ago
DiagonalMatrixTests.cs LA: Matrix.IsSymmetric now a method; added IsConjugateSymmetric; more efficient #209 12 years ago
MatrixLoader.cs Tests: refactoring towards generic builder 2 13 years ago
MatrixStructureTheory.cs Tests: cleanup, simplifications 12 years ago
MatrixTests.Arithmetic.cs LA: fix a critical bug in SparseMatrix.Add when adding a matrix to itself #341 11 years ago
MatrixTests.cs LA: Matrix.IsSymmetric now a method; added IsConjugateSymmetric; more efficient #209 12 years ago
ReturnTypeTests.cs Tests: test category attributes 13 years ago
SparseMatrixTests.cs Tests: Use Assert.That for exception tests 13 years ago
SparseVectorTest.cs LA: phase out Vector.CreateMatrix/CreateVector (no longer needed) 13 years ago
TestData.cs Tests: cleanup, simplifications 12 years ago
UserDefinedMatrix.cs Build: make whole unit test suite hybrid so it can run against all portable profiles 13 years ago
UserDefinedMatrixTests.cs Tests: refactoring towards generic builder 2 13 years ago
UserDefinedVector.cs Build: make whole unit test suite hybrid so it can run against all portable profiles 13 years ago
UserDefinedVectorTests.cs Tests: test category attributes 13 years ago
VectorArithmeticTheory.cs Tests: cleanup, simplifications 12 years ago
VectorTests.Arithmetic.cs Tests: Use Assert.That for exception tests 13 years ago
VectorTests.Norm.cs Precision: rework/cleanup (major) 13 years ago
VectorTests.cs LA: consistency: enumerators should leverage Zeros-enum, like map/fold already does. 12 years ago