Class BinaryQNModelReader
A reader for quasi-newton models stored in binary format.
public class BinaryQNModelReader : QNModelReader
- Inheritance
-
BinaryQNModelReader
- Inherited Members
Constructors
BinaryQNModelReader(Stream)
Constructor which directly instantiates the Stream containing the model contents.
public BinaryQNModelReader(Stream dis)
Parameters
disStreamThe Stream containing the model information.