Opened 17 years ago
Closed 17 years ago
#573 closed defect (fixed)
Confussion in Matrix * Matrix expression
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Kernel | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
Next code
Matrix X = Rand(10,100,-1,1);
Set qr = QRDecomposition(X*Tra(X));
causes these messages
Warning: [4] El símbolo de función Tra es ambiguo.
VMatrix Tra(VMatrix mat)
; ha sido elegido pero había estas otras 1 opciones:
Matrix Tra(Matrix mat);
ERROR: [56] X no es un objeto de tipo VMatrix pero existen estos otros objetos con el mismo nombre
Matrix X;
ERROR: [57] Argumentos erróneos para VMatrix Tra (VMatrix mat)
ERROR: [58] Argumentos erróneos para Matrix * mat1 * mat2 {Matrix mat1, Anything mat2}
ERROR: [59] Argumentos erróneos para Set QRDecomposition (Matrix A)
ERROR: [60] qr no se pudo crear.
Change History (1)
comment:1 Changed 17 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000573 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Problem has been fixed in CVS