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 d0b93b247a LA: Perf, drop some range checks 14 years ago
..
Cholesky.cs LA: Perf, drop some range checks 14 years ago
DenseCholesky.cs LA: rename matrix Data property for consistency (non-breaking) 14 years ago
DenseEvd.cs LA: rename matrix Data property for consistency (non-breaking) 14 years ago
DenseGramSchmidt.cs LA: rename matrix Data property for consistency (non-breaking) 14 years ago
DenseLU.cs LA: rename matrix Data property for consistency (non-breaking) 14 years ago
DenseQR.cs fixed QR thin solve bug 14 years ago
DenseSvd.cs LA: rename matrix Data property for consistency (non-breaking) 14 years ago
Evd.cs clean up: more bug fixes and added intermediate, type specific factorization classes 16 years ago
GramSchmidt.cs clean up: more bug fixes and added intermediate, type specific factorization classes 16 years ago
LU.cs clean up: more bug fixes and added intermediate, type specific factorization classes 16 years ago
QR.cs added thin qr 14 years ago
Svd.cs clean up: more bug fixes and added intermediate, type specific factorization classes 16 years ago
UserCholesky.cs Minor improvement. Exception messages for matrix dimensions now tell you the values (in addition to a mere 'dimensions must match' we had before). 15 years ago
UserEvd.cs LA: avoid some redundant range checks (perf) 14 years ago
UserGramSchmidt.cs Minor improvement. Exception messages for matrix dimensions now tell you the values (in addition to a mere 'dimensions must match' we had before). 15 years ago
UserLU.cs Minor improvement. Exception messages for matrix dimensions now tell you the values (in addition to a mere 'dimensions must match' we had before). 15 years ago
UserQR.cs fixed QR thin solve bug 14 years ago
UserSvd.cs LA: avoid some redundant range checks (perf) 14 years ago