Search:

Type: Posts; User: FortranLevelC++

Search: Search took 0.01 seconds.

  1. Many thanks for the Sparse Matrix formulation....

    Many thanks for the Sparse Matrix formulation. This is very interesting. And the code compiles without any problems.
  2. Thanks a lot!

    Thanks a lot!
  3. Thanks a lot for the comments. The above...

    Thanks a lot for the comments.

    The above choice N=15 was only for illustration purposes. So far I have not yet used more than 4 layers of vectors, and probably the N will never exceed 7.

    But I...
  4. How to declare high order vectors vector...>

    Hello,

    I suspect that C++11 would make it possible to declare high rank vectors such as


    int N = 15; // chosen arbitrary rank
    vector<vector<vector<...<vector<double>>>>..> vec; // N layers...
Results 1 to 4 of 4