============================================
    MTXVEC 1.5 VCL - June 19th, 2002
   Copyright (c) 1999-2002 by DewResearch
          All Rights Reserved
============================================


Manual installation procedure :
-------------------------------------------------
1.) Include the installation directory of MtxVec to the search path of your project. An alternative solution is to copy all files from MtxVec \Delphi*\Lib directory to Delphi*\Lib directory (that's what installer does).

2.) Copy MtxVec runtime packages from MtxVec \Delphi*\System directory to Windows \System (or System32, if you're using NT/2000). Copy MtxVec design time packages from MtxVec \Delphi*\Bin directory to Delphi* \Bin\ directory. Go to Delphi "Components->Install Packages" menu and add MtxVec design time packages (by now they should be located in Delphi* \Bin\ directory <g>).

3.) To start using MtxVec, you have to specify several units, depending on what you will use, in the uses section of your source file. This units are:

Basic: 

Math387 - basic math routines and type declarations
MtxVec - matrix vector library
Probabilities - probability distributions.
Optimization - Optimization routines.
SpecialFuncs - bessel functions and elliptic integrals.
Polynoms - polynomials routines.
Toeplitz - solving Toeplitz matrices, Levinson Durbin recursion.
sparse - TMtxSparse object - support for sparse matrices.

Installing help files. 
---------------------

Go menu Help->Customize. Press the Add button to add the MtxVec.toc to contents, switch to Index panel and add MtxVec.hlp, switch to Link panel and add MtxVec.hlp file. From the File menu select "Clean the registry" and save the help project. Exit Delphi and restart. If you select contents from the Delphi Help menu now, you should be able to see the MtxVec library book icon.

Support & bug reporting
-----------------------

In case of any problems, the technical support is fee free. Just send email to: support@dewresearch.com. You can also fill out the "Question submission form", available at http://www.dewresearch.com/support/Question1.htm

You can submit a bug report by filling out "I've found a bug..." form, available at http://www.dewresearch.com/support/bugreport.htm