Feature/linear systems
- Aug 06, 2019
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Aug 02, 2019
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- Vector<const T> should now be supported - CRSMatrix data is constant
-
Stéphane Del Pino authored
It inferred wrong template deduction for index type For instance `` SparseMatrixDescriptor S(5); `` implied `SparseMatrixDescriptor::IndexType` to be `int`
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
SparseMatrixDescriptor is also renamed from FlexibleMatrix. This is more clear since it is actually not a matrix but a tool to allow simple construction of matrices.
-
- Aug 01, 2019
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Also perform a few cosmetic changes (matrix classes have now template parameters)
-
Stéphane Del Pino authored
No preconditionner is used ATM
-
Stéphane Del Pino authored
-
- Jul 31, 2019
-
-
Stéphane Del Pino authored
Add two kinds of matrices: - FlexibleMatrix which are dedicate to filling/construct matrices - CRSMatrix which are built from FlexibleMatrix and which should be fast (and multi-thread compliant)
-