Show
Ignore:
Timestamp:
05/27/10 23:08:07 (14 years ago)
Author:
smidl
Message:

UI for ldmat - use it in egiw

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/math/square_mat.h

    r766 r1015  
    307307        } 
    308308 
    309         //! Access functions 
    310         const vec& _D() const { 
    311                 return D; 
    312         } 
    313         //! Access functions 
    314         const mat& _L() const { 
    315                 return L; 
    316         } 
     309//! Access functions 
     310const vec& _D() const { 
     311        return D; 
     312} 
     313//! Access functions 
     314const mat& _L() const { 
     315        return L; 
     316} 
     317//! Access functions 
     318vec& __D() { 
     319        return D; 
     320} 
     321//! Access functions 
     322mat& __L() { 
     323        return L; 
     324} 
     325void validate(){ 
     326        dim= L.rows(); 
     327} 
    317328 
    318329        //! add another ldmat matrix