Changeset 8c66fb in git for Singular/LIB/jacobson.lib


Ignore:
Timestamp:
Dec 1, 2008, 9:51:16 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
6cd69834c769d788a587c7eaf4413e443e32151d
Parents:
4e803e313f457e20c95ef5350e02ebdfe4a1e3a0
Message:
*levandov: docu changes, help added, static marked


git-svn-id: file:///usr/local/Singular/svn/trunk@11211 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/jacobson.lib

    r4e803e r8c66fb  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: jacobson.lib,v 1.3 2008-10-10 14:33:54 Singular Exp $";
     2version="$Id: jacobson.lib,v 1.4 2008-12-01 20:51:16 levandov Exp $";
    33category="System and Control Theory";
    44info="
     
    105105  print(s[1]*m*s[3]);
    106106}
    107 proc diagonal_with_trafo( R, matrix MA, int B)
     107
     108static proc diagonal_with_trafo( R, matrix MA, int B)
    108109{
    109110
     
    329330
    330331
    331 proc divisibility(matrix M)
     332static proc divisibility(matrix M)
    332333   {
    333334    matrix STDM=M;
     
    397398}
    398399
    399 proc diagonal_without_trafo( R, matrix MA, int B)
     400static proc diagonal_without_trafo( R, matrix MA, int B)
    400401{
    401402  int ppl = printlevel-voice+2; 
     
    624625
    625626
    626 proc triangle( matrix MA, int B)
     627static proc triangle( matrix MA, int B)
    627628{
    628629 int ppl = printlevel-voice+2;
Note: See TracChangeset for help on using the changeset viewer.