NuTo
Numerics Tool
Namespaces | Variables
SparseDirectSolverMKLDSS.py File Reference

Namespaces

 SparseDirectSolverMKLDSS
 

Variables

 SparseDirectSolverMKLDSS.A_sy = nuto.DoubleSparseMatrixCSRSymmetric(5,9)
 
 SparseDirectSolverMKLDSS.A_sy_full = nuto.DoubleFullMatrix(A_sy)
 
 SparseDirectSolverMKLDSS.A_nosy = nuto.DoubleSparseMatrixCSRGeneral(5,5,13)
 
 SparseDirectSolverMKLDSS.A_nosy_full = nuto.DoubleFullMatrix(A_nosy)
 
 SparseDirectSolverMKLDSS.rhs = nuto.DoubleFullVector([1,2,3,4,5])
 
 SparseDirectSolverMKLDSS.solver = nuto.SparseDirectSolverMKLDSS()
 
 SparseDirectSolverMKLDSS.sol_sy = nuto.DoubleFullVector(5)
 
 SparseDirectSolverMKLDSS.sol_nosy = nuto.DoubleFullVector(5)