klMatrix
Static Public Member Functions
klBinaryIO Class Reference

#include <kl_matrix.h>

Collaboration diagram for klBinaryIO:
Collaboration graph

Static Public Member Functions

static void WriteWinx64 (klMatrix< double > &out, string fileName)
 
static void WriteWinx64 (klVector< double > &out, string fileName)
 
static void MatReadWinx64 (string fileName, klMatrix< double > &klmd)
 
static void QueryWinx64 (string fileName, __int64 &rows, __int64 &cols)
 
static void VecReadWinx64 (string fileName, klVector< double > &klvd)
 
static void WriteWinx64 (klMatrix< double > &out, FILE *fd)
 
static void WriteWinx64 (klVector< double > &out, FILE *fd)
 
static void MatReadWinx64 (FILE *fd, klMatrix< double > &klmd)
 
static void VecReadWinx64 (FILE *fd, klVector< double > &klvd)
 

Member Function Documentation

static void klBinaryIO::MatReadWinx64 ( string  fileName,
klMatrix< double > &  klmd 
)
inlinestatic

Here is the call graph for this function:

Here is the caller graph for this function:

static void klBinaryIO::MatReadWinx64 ( FILE *  fd,
klMatrix< double > &  klmd 
)
inlinestatic

Here is the call graph for this function:

static void klBinaryIO::QueryWinx64 ( string  fileName,
__int64 &  rows,
__int64 &  cols 
)
inlinestatic

Here is the caller graph for this function:

static void klBinaryIO::VecReadWinx64 ( string  fileName,
klVector< double > &  klvd 
)
inlinestatic

Here is the call graph for this function:

Here is the caller graph for this function:

static void klBinaryIO::VecReadWinx64 ( FILE *  fd,
klVector< double > &  klvd 
)
inlinestatic

Here is the call graph for this function:

static void klBinaryIO::WriteWinx64 ( klMatrix< double > &  out,
string  fileName 
)
inlinestatic

Here is the call graph for this function:

Here is the caller graph for this function:

static void klBinaryIO::WriteWinx64 ( klVector< double > &  out,
string  fileName 
)
inlinestatic

Here is the call graph for this function:

static void klBinaryIO::WriteWinx64 ( klMatrix< double > &  out,
FILE *  fd 
)
inlinestatic

Here is the call graph for this function:

static void klBinaryIO::WriteWinx64 ( klVector< double > &  out,
FILE *  fd 
)
inlinestatic

Here is the call graph for this function:


The documentation for this class was generated from the following file: