(matrix-descr)
(matrix-descr arg)
(matrix-descr type arg)
(matrix-descr type mode diag)
(sparse-dotmv-hint! operation expected-calls)
(sparse-dotmv-hint! desc operation expected-calls)
(sparse-dotmv-hint! a descr operation expected-calls)
(sparse-mm-hint! operation layout dense-size expected-calls)
(sparse-mm-hint! desc operation layout dense-size expected-calls)
(sparse-mm-hint! a descr operation layout dense-size expected-calls)
(sparse-mv-hint! operation expected-calls)
(sparse-mv-hint! desc operation expected-calls)
(sparse-mv-hint! a descr operation expected-calls)
(sparse-sm-hint! operation layout dense-size expected-calls)
(sparse-sm-hint! desc operation layout dense-size expected-calls)
(sparse-sm-hint! a descr operation layout dense-size expected-calls)
(sparse-sv-hint! operation expected-calls)
(sparse-sv-hint! desc operation expected-calls)
(sparse-sv-hint! a descr operation expected-calls)
(sparse-symgs-hint! operation expected-calls)
(sparse-symgs-hint! desc operation expected-calls)
(sparse-symgs-hint! a descr operation expected-calls)
(create-coo nz indexing rows cols nnz row-indx col-indx)
(create-csc nz indexing rows cols cols-start cols-end row-indx)
(create-csr nz indexing rows cols rows-start rows-end col-indx)
(export-csr nz source indexing rows cols rows-start rows-end col-indx)
(update-internal nz n sparse-matrix)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close