powered by UserVoice

Feedback Forum

Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!

  1. 1 votes

    Add Rayleigh distribution completed

  2. 2 votes

    Provide a Set<T>.Sort() that uses the default comparer completed

    A Sort() method that uses the default comparer -- just like System.Collections.Generic.List<T>.Sort() -- would be great!

  3. 1 votes

    Accept a vector as parameter of Matrix.Solve completed

    Matrix.Solve currently only accepts a matrix as right hand side parameter. However, often you'd want to solve against a single column vector. It would also make it simpler to call, since a double array implicitly casts to a vector.

    Implemented in revision 479.

    - cdrnet
  4. 2 votes

    Add a method to coerce a small value near zero to 0 completed

    Add a method to MathNet.Numerics.Number to coerce a small value (smaller than a relative accuracy) near 0 to a real 0.

    Implemented in revision 478.

    - cdrnet
  5. 1 votes

    Allow creating complex vectors from a real ones completed

    Direct create method (or cast) from Vector to CreateVector

    Implemented in revision 476.

    - cdrnet
powered by UserVoice