[Lapackpp-devel] Bug?
Status: Beta
Brought to you by:
cstim
|
From: Jan K. <kor...@gm...> - 2010-09-18 16:08:41
|
Hello,
I intended to use Lapack++ in my CFD project for diploma thesis. But I
found something stange. This simple code crashes, segfault...
#include <stdio.h>
#include <lapackpp/gmd.h> // LaGenMatDouble
using namespace std;
int main() {
LaGenMatDouble matrix ( 25440, 25440 );
cout << matrix(0, 8675);
return 0;
}
I don't know what's going on. I am using version 2.5.3 Are you able to
reproduce the bug or is it just me?
Thank you for your answer.
Sincerely
Jan Korous
|