sbrt.shell.text.math
Interface MatrixElementFormat<R,C,E>

Type Parameters:
R - the row index type.
C - the column index type.
E - the element type.
All Superinterfaces:
Format, Formatter<MatrixElement<R,C,E>>, Parser<MatrixElement<R,C,E>>, SimpleFormat<MatrixElement<R,C,E>>
All Known Implementing Classes:
MatrixElementFormatV1

public interface MatrixElementFormat<R,C,E>
extends SimpleFormat<MatrixElement<R,C,E>>

This interface is used to represent formats for matrix elements.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 
Methods inherited from interface sbrt.shell.text.Formatter
format
 
Methods inherited from interface sbrt.shell.text.Parser
parse