in

.NET Opensource

Community for opensource projects by Christoph Rüegg

Browse by Tags

  • Bug: The crossproduct has wrong indexs.

    Hi! Me again with a bug (at least I think so). /// <summary> /// Cross product of two 3-dimensional vectors. /// </summary> /// <returns> /// Vector ret = (u[2]v[3] - u[3]v[2], u[3]v[1] - u[1]v[3], u[1]v[2] - u[2]v[1]). /// </returns> /// <seealso cref="CrossMultiply"...
    Posted to Math.NET Mathematics Library (Forum) by marX on 04-16-2008
  • Rewrite of Matrix Class

    I'm started to write a new Matrix Class that is more powerful than the current one. This is just a try to see how a matrix class that could get implemented. Design Issues: There is a separate partial class that implements general interfaces to make this class as useful as possible. The Class is ...
    Posted to Math.NET Mathematics Library (Forum) by MovGP0 on 05-04-2007
  • Re: Linerar Algebra: Vector class?

    Whishes for Matrix: There need to be a function to transform/attach a Vector into/onto a Matrix (ie. to built a coefficient-matrix). Also there should be a enumerator that returns one row of a Matrix after another. The rows can get represented as Vector. The only special Matrix that makes really sense...
    Posted to Math.NET Mathematics Library (Forum) by MovGP0 on 04-28-2007
Page 1 of 1 (3 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems