ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Functions | Variables
dmat_io2.cpp File Reference

(Last Changed on January 18, 2022 for git-revision ff686680f913eaddde2e926b19fc0f87a529dce2.)

Description not yet available. More...

#include "fvar.hpp"
#include <string.h>
#include <ctype.h>

Go to the source code of this file.

Classes

struct  dvec_ptr_ptr
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 

Macros

#define __USE_IOSTREAM__
 

Functions

int get_non_blank_line (const ifstream &_infile, char *&line, const int &line_length)
 Description not yet available. More...
 
int mystrlen (const char *line)
 Description not yet available. More...
 

Variables

const int MAX_FIELD_LENGTH = 500
 
const int MAX_LINE_LENGTH = 10000
 
const int MAX_NUMBER_COLUMNS = 6550
 
const int MAX_NUMBER_ROWS = 6550
 
const int MAXROWS = 5050
 

Detailed Description

Description not yet available.

Definition in file dmat_io2.cpp.

Macro Definition Documentation

#define __USE_IOSTREAM__

Definition at line 11 of file dmat_io2.cpp.

Function Documentation

int get_non_blank_line ( const ifstream &  _infile,
char *&  line,
const int &  line_length 
)

Description not yet available.

Parameters

Definition at line 384 of file dmat_io2.cpp.

Referenced by dmatrix::dmatrix(), and dvector::dvector().

int mystrlen ( const char *  line)

Description not yet available.

Parameters

Definition at line 407 of file dmat_io2.cpp.

Referenced by get_non_blank_line().

Variable Documentation

const int MAX_FIELD_LENGTH = 500
const int MAX_LINE_LENGTH = 10000

Definition at line 55 of file dmat_io2.cpp.

Referenced by dmatrix::dmatrix(), dvector::dvector(), and mystrlen().

const int MAX_NUMBER_COLUMNS = 6550

Definition at line 57 of file dmat_io2.cpp.

Referenced by dmatrix::dmatrix(), and dvector::dvector().

const int MAX_NUMBER_ROWS = 6550

Definition at line 58 of file dmat_io2.cpp.

Referenced by dmatrix::dmatrix(), and dvector::dvector().

const int MAXROWS = 5050

Definition at line 72 of file dmat_io2.cpp.

Referenced by dmatrix::dmatrix(), dvar_matrix::fill(), and dmatrix::fill().