J. Roger Zhao
Results
23
comments of
J. Roger Zhao
trafficstars
Thanks for pointing that out! I've fixed this issue as suggested. Best, Jianxin On Wed, 13 Mar 2024 at 15:43, Patrick Nicodemus ***@***.***> wrote: > The link in the readme...
Sorry that currently this package is not under active development and maintenance, but thanks for pointing out the issue.
An example would be: ```ocaml let x = Dense.Matrix.S.of_array [|1.;2.;2.;4.|] 2 2;; Linalg.D.det x;; ```