~ubuntu-branches/ubuntu/raring/blitz++/raring

« back to all changes in this revision

Viewing changes to doc/examples/simple.out

  • Committer: Bazaar Package Importer
  • Author(s): Konstantinos Margaritis
  • Date: 2005-02-28 20:25:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050228202501-3i4f2sknnprsqfhz
Tags: 1:0.8-4
Added missing build-depends (Closes: #297323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
A = 3 x 3
 
2
[         1         0         0 
 
3
          2         2         2 
 
4
          1         0         0 ]
 
5
 
 
6
B = 3 x 3
 
7
[         0         0         7 
 
8
          0         8         0 
 
9
          9         9         9 ]
 
10
 
 
11
C = 3 x 3
 
12
[         1         0         7 
 
13
          2        10         2 
 
14
         10         9         9 ]
 
15