HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImathFixedMatrix.h File Reference
#include <hboost/python.hpp>
#include <iostream>
#include "PyImathFixedArray.h"
#include "PyImathOperators.h"
+ Include dependency graph for PyImathFixedMatrix.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PyImath::FixedMatrix< T >
 

Namespaces

 PyImath
 

Macros

#define HBOOST_BIND_GLOBAL_PLACEHOLDERS
 

Functions

template<template< class, class > class Op, class T1 , class Ret >
FixedMatrix< Ret > PyImath::apply_matrix_unary_op (const FixedMatrix< T1 > &a1)
 
template<template< class, class, class > class Op, class T1 , class T2 , class Ret >
FixedMatrix< Ret > PyImath::apply_matrix_matrix_binary_op (const FixedMatrix< T1 > &a1, const FixedMatrix< T2 > &a2)
 
template<template< class, class, class > class Op, class T1 , class T2 , class Ret >
FixedMatrix< Ret > PyImath::apply_matrix_scalar_binary_op (const FixedMatrix< T1 > &a1, const T2 &a2)
 
template<template< class, class, class > class Op, class T1 , class T2 , class Ret >
FixedMatrix< Ret > PyImath::apply_matrix_scalar_binary_rop (const FixedMatrix< T1 > &a1, const T2 &a2)
 
template<template< class, class > class Op, class T1 , class T2 >
FixedMatrix< T1 > & PyImath::apply_matrix_matrix_ibinary_op (FixedMatrix< T1 > &a1, const FixedMatrix< T2 > &a2)
 
template<template< class, class > class Op, class T1 , class T2 >
FixedMatrix< T1 > & PyImath::apply_matrix_scalar_ibinary_op (FixedMatrix< T1 > &a1, const T2 &a2)
 

Macro Definition Documentation

#define HBOOST_BIND_GLOBAL_PLACEHOLDERS

Definition at line 11 of file PyImathFixedMatrix.h.