Skip to main content

eigen3

  • registry: kmpkgcore
  • type: kumo system both static and shared library.

install

kmpkg install eigen3

add port

add to project dependency list:

kmpkg add port eigen3

kmpkg

kmpkg.json
{
"dependencies": [
"eigen3"
]
}

find eigen3 package:

find
find_packge(Eigen3 REQUIRED)

link eigen3 static:

Eigen3::Eigen