~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/la/dolfin/Vector.h

  • Committer: logg
  • Date: 2003-02-06 14:40:25 UTC
  • Revision ID: devnull@localhost-20030206144025-bmqurqq95f073l40
Tailorized "2003-02-06 08:40:24 by logg"
Fixes...

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
         
18
18
         Vector  ();
19
19
         Vector  (int size);
 
20
         Vector  (Vector &vector);
20
21
         ~Vector ();
21
22
 
22
 
         void resize(int size);
 
23
         void init(int size);
23
24
         int size();
24
25
         int bytes();
25
26