Unifying Matrix classes !!

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

Moderators: silvia, selimgunay, Moderators

Post Reply
rgrayeli
Posts: 20
Joined: Fri Mar 14, 2008 8:18 am
Location: UC Berkeley
Contact:

Unifying Matrix classes !!

Post by rgrayeli »

Dear Developers and Frank,

I'm currently writing a new ND material for soil and rock and for that I need new matrix and vector operators and functions. some of them are available at Matrix and some at BJMatrix class and some does not exist. I just want to know, is there anyway to unify these classes to be able to have benefits of both classes at the same time?

thank you.
Roozbeh
PhD student
GeoEngineering
UC, Berkeley
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Unifying Matrix classes !!

Post by fmk »

no .. i suggest you work with the Matrix class, BJ matrix might not always be there.
Post Reply