473,396 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

pointers for some libraries, numerical(if available)

Dear all,

I have some Stiffness and Mass matrices written out from Ansys(commercial
Finite Element code) in Harwell Boeing(HB) format. I can read them
through a template library, GMM++. GMM++ can read them in the compressed
column/row formats. My ultimate aim is to use these matrices in some
eigenvalue computations.

I checked that MTL(Matrix Template Library) also has the capabilities of
reading from HB input files(no examples provided however). I did a lot of
search on the net. I came up with a converter here :

http://bebop.cs.berkeley.edu/smc/faq...ity-conversion

it is pretty ok for the moment but one problem is that I should use
MATLAB for the matrix operations and command line tool that I built in
Linux to make necessary conversions.

I am converting the HB matrices to matrix market formatted files and then
reading them into MATLAB with the routines given on the Matrix Market
website.

What I would like to do, if I can, to stay in C++, complete all the read,
and eigen computations in C++ language. Actually, I am looking for some
libraries(or some combinations) which are capable of the doing above
mentioned points.

Is there someone who can shed some light on these points and provide some
pointers which could help me.

Best,
U.
Oct 7 '08 #1
0 1123

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Bura Tino | last post by:
Hi, Coming back from java to c++. I wondering if there's a standard set of utilities for c++ like there is for java. In particular, I'm looking for a way to read from a URL, to send an EMail,...
20
by: Hanzo | last post by:
I'm iterating over a vector of base class pointers and deleting those which meet a certain criteria...i'm using pretty text-book code for the particular delete/erasure (it's straight out of Myers'...
7
by: Silver | last post by:
First of all...merry christmas everyone! Now, I have to write a program. Among other things, I need to overload the '*' operator, so that it returns a pointer-to-ponter of type int, which is...
2
by: Dmitri Islentyev | last post by:
Hello everyone! Please consider the following code: class Base { public: Base(int x); virtual int foo() { return 17; } };
9
by: Timothee Groleau | last post by:
Hi all, My name is Tim, I'm just getting started with C++ and this is my first post to the group. Is there a standard recommended approach to use a vector of pointers along with <algorithm>?...
92
by: Jim Langston | last post by:
Someone made the statement in a newsgroup that most C++ programmers use smart pointers. His actual phrase was "most of us" but I really don't think that most C++ programmers use smart pointers,...
85
by: g | last post by:
Hello, is there any library for C as Boost is for C++? thanks in advance,
10
by: arnuld | last post by:
thanks
54
by: Boris | last post by:
I had a 3 hours meeting today with some fellow programmers that are partly not convinced about using smart pointers in C++. Their main concern is a possible performance impact. I've been explaining...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.