Advertisement
Guest User

Untitled

a guest
Sep 14th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. NUMCL.EXPORTED:MATMUL
  2. [symbol]
  3.  
  4. MATMUL names a compiled function:
  5. Lambda-list: (NUMCL.IMPL::A NUMCL.IMPL::B &OPTIONAL
  6. NUMCL.IMPL::RESULT)
  7. Derived type: (FUNCTION (T T &OPTIONAL T)
  8. (VALUES (ARRAY * (* *)) &OPTIONAL))
  9. Documentation:
  10. Matrix product of two arrays.
  11. Source file: /home/puchacz/projects5/other-libs/numcl-master-2019.09.14/src/8linear-algebra2.lisp
  12.  
  13. MATMUL has a compiler-macro:
  14. Documentation:
  15. Matrix product of two arrays.
  16. Source file: /home/puchacz/projects5/other-libs/numcl-master-2019.09.14/src/8linear-algebra2.lisp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement