We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm trying to create a complex matrix with:
(make-matrix 2 2 :element-type 'complex-double)
but I have this error:
There is no class named LISP-MATRIX::LA-SIMPLE-MATRIX-NIL Looking in the source code, it seems there's a way to create such matrices. Correct ?
I'm using Ubuntu 15.10 with SBCL 1.2.14
thanks, fausto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to create a complex matrix with:
(make-matrix 2 2 :element-type 'complex-double)
but I have this error:
There is no class named LISP-MATRIX::LA-SIMPLE-MATRIX-NIL
Looking in the source code, it seems there's a way to create such matrices. Correct ?
I'm using Ubuntu 15.10 with SBCL 1.2.14
thanks,
fausto
The text was updated successfully, but these errors were encountered: