cl-ceigen-lite
A Common Lisp wrapper around CEIGEN-LITE - which is itself a C wrapper around the C++ Eigen library.
$ area51 add cl-ceigen-liteコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-ceigen-lite:some-function ...)