I notice that Matrix::Solve is not implemented for windows dlls.
Are there any other options for inverting a matrix for an element formulation that is in module on windows?
Thanks,
Mark
Matrix::Solve for windows dll
Moderators: silvia, selimgunay, Moderators
-
- Posts: 140
- Joined: Sun Oct 03, 2010 11:36 pm
- Location: Hong Kong
Re: Matrix::Solve for windows dll
I came across the same problem.
Research Assistant Professor, The Hong Kong Polytechnic University
guanlin@polyu.edu.hk
guanlin@polyu.edu.hk
Re: Matrix::Solve for windows dll
I have the same problem, too... Could you let me know if you have found a solution for this? Thanks!
Mohammad Salehi
Graduate Research Assistant
PhD Student - Structural Engineering and Structural Mechanics
University of Colorado at Boulder
Graduate Research Assistant
PhD Student - Structural Engineering and Structural Mechanics
University of Colorado at Boulder
Re: Matrix::Solve for windows dll
you either have to build the whole of OpenSees or you have to provide some c++ code to implement the solve method and place in the .cpp file. you might look online at teh earliest versions of OpenSees to see if there was code provided back then.