close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 7, 2009, 10:11:52 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Summary
changed from
VMatrix MtMSqr crashes with empty matrices
to
Some BLAS routines cause TOL crashes
-
v2
|
v3
|
|
4 | 4 | VMatrix MtMSqr(Rand(0,0,0,0)); |
5 | 5 | }}} |
| 6 | |
| 7 | Blas function cblas_dsyrk cannot operate with empty matrices but TOL should change error treatment to avoid unneeded BLAS aborting. |