org.netlib.blas
Class Lsame

java.lang.Object
  extended by org.netlib.blas.Lsame

public class Lsame
extends java.lang.Object

Following is the description from the original
Fortran source.  For each array argument, the Java
version will include an integer offset parameter, so
the arguments may not match the description exactly.
Contact seymour@cs.utk.edu with any questions.

* .. * * Purpose * ======= * * LSAME returns .TRUE. if CA is the same letter as CB regardless of * case. * * Arguments * ========= * * CA (input) CHARACTER*1 * CB (input) CHARACTER*1 * CA and CB specify the single characters to be compared. * * ===================================================================== * * .. Intrinsic Functions ..


Constructor Summary
Lsame()
           
 
Method Summary
static boolean lsame(java.lang.String ca, java.lang.String cb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lsame

public Lsame()
Method Detail

lsame

public static boolean lsame(java.lang.String ca,
                            java.lang.String cb)