Functions
contrib/mul/mbl/mbl_print.h File Reference

Commands that MS debuggers can run easily on demand. More...

#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>

Go to the source code of this file.

Functions

void mbl_print_vcl_vector_double (const vcl_vector< double > &v, int n)
 Print the first entries of an array of doubles to vcl_cout.
void mbl_print_vcl_vector_double (const vcl_vector< double > &v)
 Print the first entries of an array of doubles to vcl_cout.
void mbl_print_vcl_vector_double (const vcl_vector< double > *v, int n)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_double (const vcl_vector< double > *v)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_unsigned (const vcl_vector< unsigned > &v, int n)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_unsigned (const vcl_vector< unsigned > &v)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_unsigned (const vcl_vector< unsigned > *v, int n)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_unsigned (const vcl_vector< unsigned > *v)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_int (const vcl_vector< int > &v, int n)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_int (const vcl_vector< int > &v)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_int (const vcl_vector< int > *v, int n)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vcl_vector_int (const vcl_vector< int > *v)
 Print the first entries of an array of unsigned to vcl_cout.
void mbl_print_vnl_vecd (const vnl_vector< double > *v, int n)
 Print the first entries of the a vector to vcl_cout.
void mbl_print_vnl_vecd (const vnl_vector< double > *v)
 Print the first entries of the a vector to vcl_cout.
void mbl_print_vnl_matd (const vnl_matrix< double > *A, int m, int n)
 Print the first entries of the a matrix to vcl_cout.
void mbl_print_vnl_matd (const vnl_matrix< double > *A)
 Print the first entries of a matrix to vcl_cout.
void mbl_print_carray_double (const double *v, int n)

Detailed Description

Commands that MS debuggers can run easily on demand.

Author:
Ian Scott

Definition in file mbl_print.h.


Function Documentation

void mbl_print_carray_double ( const double *  v,
int  n 
)

Definition at line 221 of file mbl_print.h.

void mbl_print_vcl_vector_double ( const vcl_vector< double > &  v,
int  n 
)

Print the first entries of an array of doubles to vcl_cout.

Print at most n entries

Definition at line 19 of file mbl_print.h.

void mbl_print_vcl_vector_double ( const vcl_vector< double > &  v)

Print the first entries of an array of doubles to vcl_cout.

Print at most 5 entries

Definition at line 30 of file mbl_print.h.

void mbl_print_vcl_vector_double ( const vcl_vector< double > *  v,
int  n 
)

Print the first entries of an array of unsigned to vcl_cout.

Print at most n entries

Definition at line 42 of file mbl_print.h.

void mbl_print_vcl_vector_double ( const vcl_vector< double > *  v)

Print the first entries of an array of unsigned to vcl_cout.

Print at most 5 entries

Definition at line 53 of file mbl_print.h.

void mbl_print_vcl_vector_int ( const vcl_vector< int > &  v,
int  n 
)

Print the first entries of an array of unsigned to vcl_cout.

Print at most n entries

Definition at line 111 of file mbl_print.h.

void mbl_print_vcl_vector_int ( const vcl_vector< int > &  v)

Print the first entries of an array of unsigned to vcl_cout.

Print at most 5 entries

Definition at line 122 of file mbl_print.h.

void mbl_print_vcl_vector_int ( const vcl_vector< int > *  v,
int  n 
)

Print the first entries of an array of unsigned to vcl_cout.

Print at most n entries

Definition at line 134 of file mbl_print.h.

void mbl_print_vcl_vector_int ( const vcl_vector< int > *  v)

Print the first entries of an array of unsigned to vcl_cout.

Print at most 5 entries

Definition at line 145 of file mbl_print.h.

void mbl_print_vcl_vector_unsigned ( const vcl_vector< unsigned > &  v,
int  n 
)

Print the first entries of an array of unsigned to vcl_cout.

Print at most n entries

Definition at line 65 of file mbl_print.h.

void mbl_print_vcl_vector_unsigned ( const vcl_vector< unsigned > &  v)

Print the first entries of an array of unsigned to vcl_cout.

Print at most 5 entries

Definition at line 76 of file mbl_print.h.

void mbl_print_vcl_vector_unsigned ( const vcl_vector< unsigned > *  v,
int  n 
)

Print the first entries of an array of unsigned to vcl_cout.

Print at most n entries

Definition at line 88 of file mbl_print.h.

void mbl_print_vcl_vector_unsigned ( const vcl_vector< unsigned > *  v)

Print the first entries of an array of unsigned to vcl_cout.

Print at most 5 entries

Definition at line 99 of file mbl_print.h.

void mbl_print_vnl_matd ( const vnl_matrix< double > *  A,
int  m,
int  n 
)

Print the first entries of the a matrix to vcl_cout.

Print at most m x n entries

Definition at line 180 of file mbl_print.h.

void mbl_print_vnl_matd ( const vnl_matrix< double > *  A)

Print the first entries of a matrix to vcl_cout.

Print at most 5 x 5 entries

Definition at line 201 of file mbl_print.h.

void mbl_print_vnl_vecd ( const vnl_vector< double > *  v,
int  n 
)

Print the first entries of the a vector to vcl_cout.

Print at most n entries

Definition at line 157 of file mbl_print.h.

void mbl_print_vnl_vecd ( const vnl_vector< double > *  v)

Print the first entries of the a vector to vcl_cout.

Print at most 5 entries

Definition at line 168 of file mbl_print.h.