Source code checked in, #56b1c8f68b8d
LA: rename matrix Data property for consistency (non-breaking)
View ArticleSource code checked in, #211da24362bd
LA: static CreateRandom for dense matrix and vector (replacing complicated templating approach)
View ArticleNew Post: Shouldn't Generic.Matrix.Random be a static method?
FYI, I've just committed to mainline: all DenseMatrix and DenseVector classes now have static CreateRandom functions (replacing the old random template methods).
View ArticleClosed Issue: Create two versions of Householder QR, Thin and Full [5693]
Create two versions of Householder QR, Thin and Full.Comments: ThinQR is now available in mainline
View ArticleSource code checked in, #88b07acaf794
F#: add modules for random numbers and distributions
View ArticleSource code checked in, #6c32ba172b74
Distributions: consistent sample methods for continuous distributions #32
View ArticleSource code checked in, #ef38c4508f88
Distributions: consistent sample methods for discrete distributions #32
View ArticleClosed Issue: Matrix serialization [5683]
Just as a comment - I checked out the latest code, added the Serializable attributes to all Matrix and DenseMatrix classes, and serialization works as a charm. Very happy :-). If you get a chance to...
View ArticleClosed Issue: Thread Safety? [5684]
Well I'm not sure, I simply noticed it was out of place heh.On Apr 14, 2011 9:02 PM, "cuda" <notifications@codeplex.com> wrote:From: cuda>How about when a class inherits from...
View ArticleSource code checked in, #164b0582457f
LA: TransposeThisAndMultiply(vector): fix wrong size of auto-provided result vector
View ArticleClosed Issue: Exception at TransposeThisAndMultiply [5716]
When I run the following code I get the exception : "Matrix dimensions must agree: op1 is 12x15, op2 is 12x1.". In my opinion this is correct. I'm running the latest public build v2.2.1. using...
View ArticleCreated Release: Math.NET Numerics v2.3.0 (Nov 25, 2012)
Common: Continued major linear algebra storage rework, in this release focusing on vectors (previous release was on matrices)Static CreateRandom for all dense matrix and vector typesThin QR...
View ArticleUpdated Release: Math.NET Numerics v2.3.0 (Nov 25, 2012)
Common: Continued major linear algebra storage rework, in this release focusing on vectors (previous release was on matrices)Static CreateRandom for all dense matrix and vector typesThin QR...
View ArticleReleased: Math.NET Numerics v2.3.0 (Nov 25, 2012)
Common:Continued major linear algebra storage rework, in this release focusing on vectors (previous release was on matrices)Static CreateRandom for all dense matrix and vector types Thin QR...
View ArticleUpdated Release: Math.NET Numerics v2.3.0 (Nov 25, 2012)
Common: Continued major linear algebra storage rework, in this release focusing on vectors (previous release was on matrices)Static CreateRandom for all dense matrix and vector typesThin QR...
View ArticleReleased: Math.NET Numerics v2.3.0 (Nov 25, 2012)
Common:Continued major linear algebra storage rework, in this release focusing on vectors (previous release was on matrices)Static CreateRandom for all dense matrix and vector types Thin QR...
View ArticleUpdated Release: Math.NET Numerics v2.3.0 (Nov 25, 2012)
Common: Continued major linear algebra storage rework, in this release focusing on vectors (previous release was on matrices)Static CreateRandom for all dense matrix and vector typesThin QR...
View Article