Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

GeometryOpsCore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

GeometryOpsCore

This is a "core" package for GeometryOps.jl, that defines some basic primitive functions and types for GeometryOps.

Generally, you would depend on this to use either the GeometryOps types (like Linear, Spherical, etc) or the primitive functions like apply, applyreduce, flatten, etc. All of these are also accessible from GeometryOps, so it's preferable that you use GeometryOps directly.

Tests are in the main GeometryOps tests, we don't have separate tests for GeometryOpsCore since it's in a monorepo structure.