Contents



First Section


Example A simple example involving math.

Simple math a + b Less simple (braces) { a + b } And with ldots Foo( a + b + ... ) Even worse, with subscripts and superscripts A_1 + B^2 = C_old

Here is a block of text that caused some problems (overwrites in the math handling):

When manipulating a preconditioning matrix, A , BlockSolve95 internally works with a scaled and permuted matrix, A = P D^-1/2 A D^-1/2, where D is the diagonal of A , and P is a permutation matrix determined by a graph coloring for efficient parallel computation. Thus, when solving a linear system, Ax=b , using ILU/ICC preconditioning and the matrix format MATMPIROWBS for both the linear system matrix and the preconditioning matrix, one actually solves the scaled and permuted system A x = b , where x = P D^1/2 x and b = P D^-1/2 b .