Quantcast
Channel: Math.NET Numerics
Browsing all 971 articles
Browse latest View live
↧

Closed 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 Article


Closed Issue: Bug in LinearAlgebra.Double.Matrix in DoTransposeAndMultiply()...

The code here is:protected override void DoTransposeAndMultiply(Matrix<double> other, Matrix<double> result){ for (var j = 0; j < RowCount; j++){ for (var i = 0; i < RowCount; i++){...

View Article


Closed Issue: SparseMatrix.SubMatrix() throws IndexOutOfRangeException [5671]

Hi,I'm still using your nice library and I've found a little bug again, this time in the SubMatrix() method for sparse matrices.If you do something like this:var matrix = new SparseMatrix(10, 10,...

View Article

Closed Issue: SparseMatrix doesn't add to/subtract from zero components [5666]

Hi,I noticed a bug using your otherwise quite nice library with sparse matrices.Currently, if you do the following:var m1 = new SparseMatrix(1, 3);var m2 = new SparseMatrix(new double[,] { { 0, 1, 1 }...

View Article

Closed Issue: Renaming of MathNet.Numerics.Sampling [5630]

Is MathNet.Numerics.SignalProcessing.Discretization a name that clashes less with the statistics/machine learning interpretation of Sampling?Comments: Has been renamed to MathNet.Numerics.Signals some...

View Article


Closed Issue: Matrix.ToRowWiseArray [5697]

&#65279;&#65279;&#65279;&#65279;&#65279;Matrix<T>.ToRowWiseArray,provide a better &#65279;&#65279;eiffciency code public virtual T[] ToRowWiseArray(){ var ret = new...

View Article

Commented Issue: SparseMatrix doesn't add to/subtract from zero components...

Hi,I noticed a bug using your otherwise quite nice library with sparse matrices.Currently, if you do the following:var m1 = new SparseMatrix(1, 3);var m2 = new SparseMatrix(new double[,] { { 0, 1, 1 }...

View Article

Edited Feature: Modulo operator on matrix and vector [5662]

Hi - Is there a modulus operator on a matrix? More specifically, I'm creating a matrix: var matrixA = new DenseMatrix(new[,] { { 5.0, 8.0 }, { 17.0, 3.0 } });and I would like to perform the following...

View Article


Commented Feature: Modulo operator on matrix and vector [5662]

Hi - Is there a modulus operator on a matrix? More specifically, I'm creating a matrix: var matrixA = new DenseMatrix(new[,] { { 5.0, 8.0 }, { 17.0, 3.0 } });and I would like to perform the following...

View Article


Edited Issue: Add a IsSymmetric method to the matrix interface. [5653]

Add a method that checks whether a matrix is symmetric or not - optimize it for sparse matrices.

View Article

Commented Issue: Add a IsSymmetric method to the matrix interface. [5653]

Add a method that checks whether a matrix is symmetric or not - optimize it for sparse matrices.Comments: Fixed in changeset 2dd9bb7555ff

View Article

Released: Math.NET Numerics v2.4.0 (Feb 03, 2013)

Drops the dependency on the zlib library. We thus no longer have any dependencies on other packages.Adds Modified Bessel & Struve special functions Fixes a bug in our iterative kurtosis statistics...

View Article

Created Release: Math.NET Numerics v2.4.0 (Feb 03, 2013)

Drops the dependency on the zlib library. We thus no longer have any dependencies on other packages.Adds Modified Bessel & Struve special functionsFixes a bug in our iterative kurtosis statistics...

View Article


Released: Math.NET Numerics v2.4.0 (Feb 03, 2013)

Drops the dependency on the zlib library. We thus no longer have any dependencies on other packages.Adds Modified Bessel & Struve special functions Fixes a bug in our iterative kurtosis statistics...

View Article

Updated Release: Math.NET Numerics v2.4.0 (Feb 03, 2013)

Drops the dependency on the zlib library. We thus no longer have any dependencies on other packages.Adds Modified Bessel & Struve special functionsFixes a bug in our iterative kurtosis statistics...

View Article


Closed Issue: Add a IsSymmetric method to the matrix interface. [5653]

Add a method that checks whether a matrix is symmetric or not - optimize it for sparse matrices.Comments: (Not sure why Codeplex keeps reopening these issues all the time)

View Article

Closed Issue: Problem with sparse matrices of very large row and column sizes...

I had occasion to create a very large, but narrowly banded matrix, on the order of 100k by 100k. I found that member-wise item setting using At() failed due an internal step where 'rows * columns' is...

View Article


Closed 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 Article

Closed Issue: Bug in LinearAlgebra.Double.Matrix in DoTransposeAndMultiply()...

The code here is:protected override void DoTransposeAndMultiply(Matrix<double> other, Matrix<double> result){ for (var j = 0; j < RowCount; j++){ for (var i = 0; i < RowCount; i++){...

View Article

Closed Issue: SparseMatrix.SubMatrix() throws IndexOutOfRangeException [5671]

Hi,I'm still using your nice library and I've found a little bug again, this time in the SubMatrix() method for sparse matrices.If you do something like this:var matrix = new SparseMatrix(10, 10,...

View Article
Browsing all 971 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>