Search:

Type: Posts; User: bvizcarra

Search: Search took 0.01 seconds.

  1. Thanks for the help iMalc. I believe what you...

    Thanks for the help iMalc. I believe what you mentioned in your last line cleared things up. Cheers!
  2. Since row_ind is of type VecInt and w is typed...

    Since row_ind is of type VecInt and w is typed the same way, wouldn't the call to the following bit of code be used?


    typedef NRvector<Int> VecInt, VecInt_O, VecInt_IO;

    template <class T>...
  3. I see your point. I made the corresponding...

    I see your point. I made the corresponding corrections but still get the error as shown below (sparse.h remains the same):




    void init_Abc(NRsparseMat &a, VecDoub_I &b, VecDoub_I &c, Int M,...
  4. No match for call to '(VecInt) (int, const int&)'

    I'm trying to understand why I am getting the following errors given the code below. I'm trying to construct a matrix and two vectors using various means but get the same error.



    /*
    Begin...
  5. Thanks for the help. That fixed my issue.

    Thanks for the help. That fixed my issue.
  6. Expected constructor, destructor, or type conversion before '.' token

    Can someone please help me understand why I keep getting the error "Expected constructor, destructor, or type conversion before '.' token"? I've seen many variants of this error on other posts but...
Results 1 to 6 of 6