Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

load-symmetrize.C File Reference

#include "linbox-config.h"
#include <iostream>
#include <fstream>
#include <vector>
#include "linbox/field/modular.h"
#include "linbox/blackbox/sparse.h"
#include "linbox/algorithms/blackbox-container-symmetrize.h"
#include "linbox/algorithms/massey-domain.h"

examples/blackbox/load-symmetrize.C

Author:
Bradford Hovinen <hovinen@cis.udel.edu> @memo Small program that loads and computes the minimal polynomial of A^T A, where A is a matrix whose filename is given on the command line


typedef Modular< uint32 > Field
typedef vector< Field::ElementVector
typedef vector< Field::ElementPolynomial
typedef SparseMatrix< Field,
Vector
Blackbox
int main (int argc, char **argv)
 load-symmetrize matrix-file

const int n = 1000
const int q = 65521U

Typedef Documentation

typedef SparseMatrix<Field, Vector> Blackbox
 

typedef Modular<uint32> Field
 

typedef vector<Field::Element> Polynomial
 

typedef vector<Field::Element> Vector
 


Function Documentation

int main int    argc,
char **    argv
 

load-symmetrize matrix-file


Variable Documentation

const int n = 1000
 

const int q = 65521U
 


Generated on Mon Jun 20 09:16:50 2005 for linbox by doxygen1.2.18