Research Article

ScalaLab and GroovyLab: Comparing Scala and Groovy for Scientific Computing

Algorithm 1

def apply(row: Int, col: Int)  =  {
  sm.get(row, col)
}