GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::SCDimension(3) MPQC sc::SCDimension(3)

sc::SCDimension - The SCDimension class is used to determine the size and blocking of matrices.

#include <dim.h>

Inherits sc::SavableState.


SCDimension (int n, const char *name=0)
Create a dimension with an optional name. SCDimension (const Ref< SCBlockInfo > &, const char *name=0)
SCDimension (int n, int nblocks, const int *blocksizes=0, const char *name=0)
SCDimension (const Ref< KeyVal > &)
The KeyVal constructor. SCDimension (StateIn &s)
void save_data_state (StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. int equiv (const SCDimension *) const
Test to see if two dimensions are equivalent. int n () const
Return the dimension. const char * name () const
Return the name of the dimension. Ref< SCBlockInfo > blocks ()
Return the blocking information for this dimension. void print (std::ostream &o=ExEnv::out0()) const
Print information about this dimension to o.


SCDimension (const char *name=0)


char * name_
int n_
Ref< SCBlockInfo > blocks_

The SCDimension class is used to determine the size and blocking of matrices.

The blocking information is stored by an object of class SCBlockInfo.

Create a dimension with an optional name. The name is a copy of the '0' terminated string name.

The KeyVal constructor.
n
This gives size of the dimension. One of n or blocks is required.
blocks
The block information for the dimension can be given as a SCBlockInfo object. One of n or blocks is required.

Return the name of the dimension. If no name was given to the constructor, then return 0.

Print information about this dimension to o.

Reimplemented from sc::DescribedClass.

Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. This must be implemented by the derived class if the class has data.

Reimplemented from sc::SavableState.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.