Code Monkey home page Code Monkey logo

Comments (4)

wo80 avatar wo80 commented on August 10, 2024

Ok, I'll add another constructor that takes the non-zero count, like

        /// <summary>
        /// Initializes a new instance of the <see cref="CoordinateStorage{T}"/> class.
        /// </summary>
        /// <param name="rowCount">The number of rows.</param>
        /// <param name="columnCount">The number of columns.</param>
        /// <param name="nonZerosCount">The number of non-zeros in the given arrays.</param>
        /// <param name="rowind">The row indices array.</param>
        /// <param name="colind">The column indices array.</param>
        /// <param name="values">The values array.</param>
        public CoordinateStorage(int rowCount, int columnCount, int nonZerosCount, int[] rowind, int[] colind, T[] values)

This should solve your problem right?

from csparse.net.

AlbertLiDesign avatar AlbertLiDesign commented on August 10, 2024

Ok, I'll add another constructor that takes the non-zero count, like

        /// <summary>
        /// Initializes a new instance of the <see cref="CoordinateStorage{T}"/> class.
        /// </summary>
        /// <param name="rowCount">The number of rows.</param>
        /// <param name="columnCount">The number of columns.</param>
        /// <param name="nonZerosCount">The number of non-zeros in the given arrays.</param>
        /// <param name="rowind">The row indices array.</param>
        /// <param name="colind">The column indices array.</param>
        /// <param name="values">The values array.</param>
        public CoordinateStorage(int rowCount, int columnCount, int nonZerosCount, int[] rowind, int[] colind, T[] values)

This should solve your problem right?

Yes, I think it will work!

from csparse.net.

wo80 avatar wo80 commented on August 10, 2024

@AlbertLiDesign I will publish new package later today.

I'm planning to remove the net45 target assembly, keep netstandard2.0 and upgrade net5.0 to net6.0. Would this break anything for you?

from csparse.net.

AlbertLiDesign avatar AlbertLiDesign commented on August 10, 2024

@AlbertLiDesign I will publish new package later today.

I'm planning to remove the net45 target assembly, keep netstandard2.0 and upgrade net5.0 to net6.0. Would this break anything for you?

Thank you for your message.

I think it doesn't affect my program.

from csparse.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.