Classes | Functions
vnl_amoeba.cxx File Reference
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <vector>
#include "vnl_amoeba.h"
#include <vnl/vnl_math.h>
#include <vnl/vnl_cost_function.h>
#include <vnl/vnl_least_squares_function.h>

Go to the source code of this file.

Classes

struct  vnl_amoebaFit
 
class  vnl_amoeba_LSCF
 

Functions

std::ostream & operator<< (std::ostream &s, const vnl_amoeba_SimplexCorner &simplex)
 
std::ostream & operator<< (std::ostream &s, const std::vector< vnl_amoeba_SimplexCorner > &simplex)
 
bool operator== (const vnl_amoeba_SimplexCorner &a, const vnl_amoeba_SimplexCorner &b)
 

Detailed Description

Author
Andrew W. Fitzgibbon, Oxford RRG
Date
23 Oct 97

Definition in file vnl_amoeba.cxx.

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  s,
const vnl_amoeba_SimplexCorner simplex 
)

Definition at line 129 of file vnl_amoeba.cxx.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  s,
const std::vector< vnl_amoeba_SimplexCorner > &  simplex 
)

Definition at line 135 of file vnl_amoeba.cxx.

◆ operator==()

bool operator== ( const vnl_amoeba_SimplexCorner a,
const vnl_amoeba_SimplexCorner b 
)

Definition at line 143 of file vnl_amoeba.cxx.