|
|
|
@ -41,6 +41,8 @@ int example_lapack() {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
printf("Matrix is singular. Solution could not be computed.\n");
|
|
|
|
printf("Matrix is singular. Solution could not be computed.\n");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return info;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv) {
|
|
|
|
int main(int argc, char **argv) {
|
|
|
|
|