Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 524 Bytes

File metadata and controls

13 lines (9 loc) · 524 Bytes

Reference

This reference documents the API of the vt-ndarray library. Follow the links below for the documentation of the respective modules.

Notes

Many instances of undefined behavior mentioned in this documentation are actually prevented through use of assert. When compiling a release build (defining NDEBUG) these checks will go away and actual undefined behavior will be invoked.