cheshirekow
v0.1.0
|
#include <cassert>
#include <cmath>
#include <fiber/stream_assignment.h>
#include <fiber/rvalue.h>
#include <fiber/lvalue.h>
#include <fiber/transpose.h>
#include <fiber/difference.h>
#include <fiber/sum.h>
#include <fiber/product.h>
#include <fiber/scale.h>
#include <fiber/view.h>
#include <fiber/matrix.h>
#include <fiber/normalize.h>
#include <fiber/identity.h>
#include <fiber/cross_matrix.h>
#include <fiber/rotation_conversions.h>
#include <fiber/quaternion.h>
#include <fiber/axis_angle.h>
#include <fiber/euler_angles.h>
#include <fiber/ostream.h>
Go to the source code of this file.
Namespaces | |
fiber | |
simple template expression library for linear algebra | |
Typedefs | |
typedef int | fiber::Index |
typedef unsigned int | fiber::Size |
Definition in file fiber.h.