AnimaL | 
     Tutorial | 
	 Documentation | 
   
Definition in file array.h.
#include <iostream>
#include <animal/boost/array_boost.h>
#include <animal/linear.h>
#include <animal/value.h>
Go to the source code of this file.
Namespaces | |
| namespace | animal | 
Functions | |
| template<class T, int N> animal::Array< N, T > | cross (const animal::Array< N, T > &v, const animal::Array< N, T > &w) | 
| cross product   | |
| template<class T, int N> T | dot (const animal::Array< N, T > &v, const animal::Array< N, T > &w) | 
| dot product   | |
      
  | 
  ||||||||||||||||
| 
 cross product 
 Definition at line 219 of file array.h. References animal::v_eq_cross().  | 
  
      
  | 
  ||||||||||||||||
| 
 dot product 
 Definition at line 228 of file array.h. References animal::v_dot().  | 
  
 
1.3.6