Matrix::Solve for windows dll

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
denavit
Posts: 15
Joined: Mon Nov 13, 2006 1:33 pm
Location: University of Tennessee, Knoxville

Matrix::Solve for windows dll

Post by denavit » Thu May 26, 2011 1:56 pm

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

linguan118
Posts: 140
Joined: Sun Oct 03, 2010 11:36 pm
Location: Hong Kong

Re: Matrix::Solve for windows dll

Post by linguan118 » Wed Sep 18, 2013 11:46 pm

I came across the same problem.
Research Assistant Professor, The Hong Kong Polytechnic University
guanlin@polyu.edu.hk

salehi
Posts: 49
Joined: Wed Aug 01, 2012 3:57 am
Location: University of Colorado - Boulder

Re: Matrix::Solve for windows dll

Post by salehi » Sun Sep 06, 2015 4:47 pm

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

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Matrix::Solve for windows dll

Post by fmk » Tue Sep 08, 2015 3:17 pm

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.

Post Reply